Results 226 comments of Florian Klink

This can be worked around by first doing a `terraform apply -target=module.name_of_the_module`, then a `terraform apply`. Maybe something seems to be wrong with the order.

https://github.com/FiloSottile/yubikey-agent/pull/43 moves the systemd unit file to a separate files - @LeSuisse once merged, maybe the AUR package could be updated to just use these.

Fixed by https://github.com/wireapp/wire-server/pull/2594, which moves markdown rendering to myst.

It seems this got fixed in the 3.27.2944 (linux) release, at least I don't need to set `--no-sandbox` anymore.

@frankm773 the latest [3.27.2944](https://github.com/wireapp/wire-desktop/releases/tag/linux%2F3.27.2944) Linux release should come with Electron 13.6.9, which should be the latest v13.x release. Can you take a look?

> It comes with Electron 13 but ![image](https://user-images.githubusercontent.com/10617712/176999188-e4e28d57-4ba7-4793-8f5d-dd788e9e7313.png) This looks like a problem with your distribution package, or however you got that binary. The shared library needs to be present...

I had something like [click-log](https://click-log.readthedocs.io) in mind.

This only seems to be an issue with the kustomize bits in the repo. When deploying via the helm chart, there's no `monitoring-system` namespace created or deployed to at all.

Indeed! This is acessible by setting `operator.enable_converter_ownership` to `true` in the helm chart. I wonder why it's not the default though? :thinking: