Andreas Motl

Results 1443 comments of Andreas Motl

The relevant code is that: https://github.com/mqtt-tools/mqttwarn/blob/9d61fc59bca6cbee88d6b46f00de4076764cd0b0/mqttwarn/core.py#L661-L673 Can you try to edit it on your local installation, and report back how it goes when using `tls_version=None` instead, for example? Or isn't...

Ah okay. What are you exactly referring to like "it's not possible"? You mean this isn't related to mqttwarn at all, and you can't connect to Mosquitto using TLS by...

>> Or isn't that possible, because you might be running mqttwarn as a container through Docker, Podman, Kubernetes, or friends? > > Yes, it's not possible. Ah, right. Thanks!

Dear @gsaviane, omg, thank you for reporting that flaw. Why don't we have a corresponding test case, and why didn't anyone else report this problem before? We will look into...

Does the problem just happen if, how you are describing it, »when a format function is defined«?

Dear Raffael, thank you very much for your swift report. You are right on the spot, as I've listed token-based authentication for ntfy as the last leftover backlog item at...

Dear Raffael, apologies for not following up on this properly. I think both suggestions you've outlined have not been implemented yet, right? Just to reiterate in a compressed manner, to...

Dear Matthias, thank you for writing in. Without getting into the details yet, we have a few questions about your report. - Does your text input include any special characters...

Hi Mirek, thank you for writing in. Your request sounds similar like another one. However, this one is different, so I am re-opening in order to track your request appropriately....

We have very good experiences with the [jsonpointer](https://pypi.python.org/pypi/jsonpointer) Python module, please consider this as well. Personally, i would give [JSON Pointer](https://tools.ietf.org/html/rfc6901) (RFC 6901) preference over [JSONPath](http://goessner.net/articles/JsonPath/), as the former also...