woutd
woutd
Same problem here. It seems very random I get notifications of a "new message" but there is none. Enabled OMEMO Group Encryption. Other XMPP clients are using Conversations on Android....
I have contacts using Conversations client, and I think it is related with "typing" and/or "message received" notifications in my case.
Hello I had the same issue with multilang HLS on Safari and IE. Fixed it with: ``` var player = videojs('player', { 'html5': { 'nativeAudioTracks': false } }); ```
Hello I made the following changes to make it compile on Debian 9 (stretch) with OpenSSL 1.1.0f. **Have not tested anything else though.** ``` diff --git a/src/dyn_crypto.c b/src/dyn_crypto.c index afcfe83..a023a58...
I am only starting to experiment with Dynomite. My test setup will include one instance running Debian 7.11 (wheezy) with OpenSSL 1.0.1t. In case I run into issues with the...
My above patch made it compile with newer versions of OpenSSL, but if I remember correctly, caused issues during runtime. I do not recommend using it.
It is still under review and not yet merged to the main acme.sh repository. But for now, you can find and test it here: https://raw.githubusercontent.com/woutd/acme.sh/master/dnsapi/dns_constellix.sh
Thank you for reporting. Can you try modifying line 89 from: `if ! _constellix_rest GET "domains"; then` to: `if ! _constellix_rest GET "domains/search?name=$h"; then`
Great! I did a little bit more cleanup, which is available here: https://raw.githubusercontent.com/woutd/acme.sh/fix-constellix-domain-id/dnsapi/dns_constellix.sh I'll do some more testing tomorrow, and do a PR if I don't run into issues. Cheers
You are correct, that is very weird, looks like they just changed their API. I will make another fix.