dk

Results 40 comments of dk

> @dkliss this should be resolved in Dart version 3.4 which is included in Flutter v 3.20 and up. You can access Flutter 3.20 by using Flutter beta. This will...

> Hey @dkliss, noticed you were able to setup a Github Actions on #13661, would you require any assistance on this? Hi @ykethan, thanks for your response. This issue is...

Thank you @ykethan. I have verified this and the the updated command works as epected. ``` build_windows: name: Build Flutter (windows) needs: [flutter_test] runs-on: windows-latest steps: - uses: actions/checkout@v4 -...

> @dkliss glad to hear, just a quick observation on your script it appears the Amplify CLI is being installed twice, with once with curl and once with npm. Hi...

Hi, Nick name change indicating whose "Affiliation" is change should work. At least a recipient can adjust change of affiliation status. Found a note from XEP. "Roles" are granted, revoked,...

> What you are seeing there is probably result of a filter that we apply when room is set to anonymous. In that case we send notifications for that only...

Hi, I was wondering if any update on this ? I did some further checking on semi-anonymous (JIDs to moderators only, roomconfig_whois=moderators) rooms, and affiliation changes are still not sent...

> sql_ssl_verify I had similar issue with my external MySQL server, which does not currently have a domain name but only a private IP address. If you have self-signed certificate...

> @mkl262, @dkliss: Have you looked the new ejabberd version? 23.04 has a lot of SQL improvements (some by @nosnilmot): > > * https://www.process-one.net/blog/ejabberd-23-04/ I have only started testing 23.04....

> Debian 11 right? How did you get the cert, eg. certbot? try to set the proper intermediary: > > `certbot renew --preferred-chain "ISRG Root X1"` Yes I got it...