Bart van der Braak
Bart van der Braak
I'm having the same issue. `https://matrix.example.org/.well-known/matrix/client` looks as follows: ``` { "im.vector.riot.e2ee": { "default": false }, "io.element.e2ee": { "default": false, "force_disable": false, "secure_backup_required": false, "secure_backup_setup_methods": [] }, "m.homeserver": { "base_url":...
> I got the same problem on freebsd , there is was related to cryptography, but your salt-version shows it is installed. > > EDIT: Seems to be the same...
I'm getting `NameError: name 'rsa' is not defined` on reinstalling. Running ``` salt-pip uninstall --yes cryptography salt-pip install --target /opt/salt/lib/python3.10/site-packages cryptography==42.0.5 ``` And then restarting didn't help neither I even...
> @bartvdbraak Can you please test this against `3006.12` ? Had some time off, will try to deploy 3006.12 tomorrow and see what happens :)
Also running into this issue. Would be nice to be able to re-eval `dotenv` after `deps` have ran.
Example usage: ```yaml version: '3' tasks: decrypt: desc: Decrypt files using sops. deps: - azure-login sources: - .env.enc cmds: - sops -d --input-type dotenv --output-type dotenv .env.enc > .env generates:...
Thank you for creating this issue. One recurring piece of feedback we’ve received concerns the auto-hiding of the room topic. We currently embed Markdown links that are rendered using the...
Has this been entirely abandoned? Even the feature flag for it has been disabled? I was using a combination of `feature_new_room_decoration_ui=false` and `feature_html_topic=true`, which worked great:  But in the...
> > Even the feature flag for it has been disabled? > > The old room header code was deleted when the Product team released the new one. > >...
> ### Description of the tech debt to be addressed, include links and screenshots > > As detailed in https://techcommunity.microsoft.com/t5/windows-it-pro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/ba-p/4039242 wmic is going away, and is actually removed by default...