Andreas Motl
Andreas Motl
Dear @clarkspark, > Not sure how many libs you have looked at. Actually, I have just started. > I looked as well and put some info about a couple dozen...
Just for the records: [Apprise](https://github.com/caronc/apprise) is using the [SleekXMPP](https://github.com/fritzy/SleekXMPP) library, which is also written in Python.
Thanks for mentioning [Slixmpp](https://github.com/poezio/slixmpp), @Neustradamus! @caronc also referenced it within https://github.com/caronc/apprise/issues/213#issuecomment-600732161. However, he is sticking with SleekXMPP to retain Apprise compatibility with Python 2.
Dear @snakeru, @normanr, @clarkspark, @Neustradamus and @caronc, thanks for the bump. When looking at slixmpp again, it looks like it is well maintained. Considering that Python 2 is essentially dead,...
Dear @Neustradamus, in the spirit of #34, I will be happy to accept any pull requests to improve this situation. Cheers, Andreas.
Hi there, we probably just observed the same issue on https://github.com/crate/crate-python/pull/450, so we submitted a report at https://github.com/actions/setup-python/issues/512. In the meanwhile, we are using https://github.com/crate/crate-python/commit/243820d1 as a workaround. With kind...
Hi again, your fix works like a charm, @mayeut. Thank you very much for submitting it so quickly. With kind regards, Andreas.
Hi again, based on the findings outlined above, I compiled a list of suggestions for our team the other day, which I also wanted to share here. With kind regards,...
## Kernel TCP settings for Azure VMs In the same spirit, I would also like to outline some recommended settings for mitigating the "Azure LB closing idle network connections" on...
Following all of these observations, we planned to upgrade to librdkafka 1.5.0 back then. However, ... There has been a regression in 1.5.0 regarding roundrobin crashes reported through https://github.com/edenhill/librdkafka/issues/3024 and...