Immánuel!
Immánuel!
But the bridge could implement the e2ee device to keep the same functionality as now, right? So it wouldn't be "truly" e2ee but still maintain the ability to use message...
This is the same for me for a looong time. I usually create the first message from Messenger web as a workaround (I wouldn't do this normally if the bug...
Mobile is very useful for network debug purposes, indeed, it would be great if [Termux](https://github.com/termux) would be supported with the unprivileged mode. So I don't mean a full native Android...
I can confirm the same error exists on Manjaro (Arch based) ``` $ uname -a Linux asdf 4.14.30-1-MANJARO #1 SMP PREEMPT Sun Mar 25 19:47:20 UTC 2018 x86_64 GNU/Linux $...
I think this is a priority No.1. feature needed for effective viewing on mobile (and desktop) :)
The above version fix workaround doesn't work for me with a valid Let's Encrypt certificate: ``` DEBUG:sleekxmpp.features.feature_starttls.starttls:Starting TLS INFO:sleekxmpp.xmlstream.xmlstream:Negotiating TLS INFO:sleekxmpp.xmlstream.xmlstream:Using SSL version: TLSv1_2 DEBUG:sleekxmpp.xmlstream.xmlstream:CERT: -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----...
Great idea! I haven't got any use case for it yet that's why it wasn't implemented but it can be definitely done: https://matrix-nio.readthedocs.io/en/latest/examples.html#sending-an-image The only thing need to be figured...
Two links for future reference: - https://github.com/Tinche/aiofiles#tempfile - https://us-pycon-2019-tutorial.readthedocs.io/aiohttp_file_uploading.html#handle-uploaded-image
Thanks! Could you please provide an example what would you want to achieve? My first intuition is that the JSON should be parseable by Python. Second guess is that `curl`...
Oh, I see what you mean by extra quotes. It's just a coincidence that it is a valid YAML according to the Python YAML parser. The built-in parser appends the...