Some regressions on v3.4.0 RC*
See original GitHub issueThis is an early report, since I pulled from master.
In the Query section, API EndPoint PQL:
inventory [ certname, facts.osfamily ] { facts.osfamily = 'RedHat' }
This shows “Number of results” with a number, but only the headers are shown. Checking the JSON view the results are there. If we only use
inventory [ certname ] { facts.osfamily = 'RedHat' }
The table shows up, but certname is no longer a link to the node URL.
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
[v3.4 Regression] Changing variables uses nextFetchPolicy ...
Intended outcome: I have a query with fetchPolicy: 'network-only' and nextFetchPolicy: 'cache-first'. When I change the variables, ...
Read more >Fixed- and Mixed-Effects Regression Models in R
Introduction. This tutorial introduces regression analyses (also called regression modeling) using R. Regression models are among the most ...
Read more >Beta Regression in R - The Comprehensive R Archive Network
The paper unfolds as follows: Section 2 outlines the theory underlying the beta regression model before Section 3 describes its implementation in R....
Read more >11 Linear Regression and ANOVA - R Cookbook, 2nd Edition
Let's set up some example random normal data using the rnorm function: ... preds <- data.frame( u = c(3.0, 3.1, 3.2, 3.3), v...
Read more >Lecture notes on ridge regression - arXiv
Disclaimer. This document is a collection of many well-known results on ridge regression. The current status of the document.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Edit: it works!
Sorry for the late response. It’s way better now 😃 If I run
It shows everything, but as soon as I add facts
The result is an empty list (but the count is ok, and when I check the json is ok too)