Ludvig Hozman
Ludvig Hozman
I've implemented one rough example of how this could be done here: https://github.com/matrix-org/matrix-appservice-slack/commit/9374dd853a742bad08b0cc5bd867b30830617778#diff-b769957e3363a4ff8dbd05f9538d872969642837261f7485ab36060b11b1ab8d It's a crude, but simple solution that at least allows us to have control over the rooms...
Is it a possibility to use [python-pam](https://github.com/FirefighterBlu3/python-pam) instead of pam-python? The former supports py3 and is packaged for arch linux which would simplify the installation of howdy greatly. At the...
Attatching some more logs here that appeared as a result of a recent startup (or crash rather :/): ``` Oct 25 22:14:45 matrix matrix-appservice-slack[3583165]: MatrixHttpClient (REQ-133) { errcode: 'M_USER_IN_USE', error:...
The chart was installed yesterday with the latest version. There don't seem to be any breaking changes since then? In any case, I deleted the chart and removed the CRDs...
yes. i also just updated cert-manager to v1.12.5. I don't know if that might be part of the issue that I missed some config changes in the upgrade?
I see now that when I install the operator I get an error in cert-manager, even though it seems that it sets the issuer state to ready afterwards? ``` E1026...
I only used the defaults.
I tested on a fresh cluster on GKE with the same cert-manager config, same operator install and instrumentation manifest and I did not get this error. So it looks like...
I have personally encountered this often. And I have seen it in other devices. So both iPhone and android.
This applies for all dynamic pages, f.ex `/jobb/some-nonexisting-joblisting`, `/stands/nostand`. The problem lies in the `ServerError` component, which should render a 404 on the server. This error does not apply when...