Jan-Piet Mens

Results 59 issues of Jan-Piet Mens

PyYAML's [yaml.load has been deprecated](https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation). This patch addresses that by using `safe_load()` in place of `load()`. Addresses https://github.com/earl/beanstalkc/issues/74

Hello Kenneth. I've started using your Collectd-web, and I like it. `cpu`, `df`, `load`, and `memory` work as expected. I do have a problem with Collectd-web (version cloned this morning...

bug

I think [https://powerdns.org/hello-dns/](https://powerdns.org/hello-dns/) would greatly benefit from a prominent version number or change date (preferably at the top of the document) so that we could see when or whether something...

I think `text/plain` better matches the content which is actually being output.

The Python Mosquitto module is being obsoleted; here's a version which uses the paho 'single' function, which does it all in one shot. I haven't tested this (no Asterisk) but...

When PowerDNS 3.4.3 slaves a zone, it assigns a TTL to the NSEC3PARAM which is derived from the SOA minimum: ``` dd.test. 3600 IN NSEC3PARAM 1 0 5 BB4ACC9FD05587 ```...

auth
enhancement

I was hoping `check_user` would accept a list of valid users, but it's scalar only. Maybe this could become an enhancement sometime. ```yaml check_user: [ jane, jpm ] ``` What...

Fabian, I've taken the liberty of using your example and adding MQTT over Websockets as a proof of concept for an upcoming demo. In case you're interested, [it is here](https://github.com/jpmens/tempmonitor)....

Building beanstool with `go version go1.16.3 darwin/amd64` produces the above diagnostic on sundry commands: ```console $ ./beanstool stats invalid argument for flag `--ttr' (expected time.Duration): time: missing unit in duration...

If I understand WPS, it would allow Homie devices to autoconfigure themselves for the WiFi connection, and this would be something grand to have in Homie: we could install a...

enhancement
3rd party