Nicolas Le Manchet
Nicolas Le Manchet
As far as I know this is not possible through the API, the only way to activate ifeel and send temperature is through the IR interface. Some people use an...
As a Prometheus and Waitress user this would be great! Obviously waitress should not depend on `prometheus_client`, so I believe that the way to integrate metrics into waitress without being...
It doesn't seem like there is consensus on the technology to use to report metrics. One way to tackle the problem could be to not pick any technology but instead...
Hi, you should check the status code of the response. It seems that reddit quickly returns 429 errors together with an HTML body, which fails to be parsed.
Usually feeds containing non-utf8 data can be loaded via: - Their XML header that should describe their encoding: ``. In this case it makes sense to pass raw bytes to...
Hey, I am also facing this problem. I tried a bunch of incantations, like `mosquitto_ctrl -L mqtts://foo:bar@baz:8883/` but it seems that `mosquitto_ctrl` cannot connect over TLS, even when not relying...
It is very helpful to understand the layout of the data when there is a large number of tables. For example when working on a feature that touches `user_id` I...
Hi, makes sense. Would you mind sending a PR?
Right, I should make a release to PyPI.
I've been working on this feature for quite a while but I'm struggling with some edge cases: deleting really is more complicated than inserting. I hope to be done with...