Riccardo Coccioli
Riccardo Coccioli
Given the following JSON: ```json [ {"a!=e": 10}, {"a!=e": 20} ] ``` It seems to not be possible to query for say all items with the value of `"a!=e"` greater...
In #349 the wildcard support for nodes was added. I've noticed that the constructor of `ParsingEngine` has an optional `node_wildcard_enable` parameter that defaults to `True`. Would you consider a PR...
### Describe the bug Bandit is incorrectly marking calls to requests library without a timeout while the code it's actually not calling directly the requests library and the timeout is...
The `percona-nagios-plugins` Debian/Ubuntu package installs the Nagios plugins in `/usr/lib64/...` instead of `/usr/lib/...` like all the other Nagios plugins, see for example the [nagios-plugins-contrib](https://packages.debian.org/sid/amd64/nagios-plugins-contrib/filelist) package. See the Multiarch pages for...
Are there any plans to support Django 2.x? And in case there are, do you have any time estimation on when this support might be available?
**Describe the bug** False positive pylint `no-member` reported due to Prospector overriding `sys.stdout` with a `CaptureStream` instance. **To Reproduce** 1. Have some code that checks for `sys.stdout.isatty()` 2. Call prospector...