FrancisRalph
FrancisRalph
Hi, I'm deciding between using App Mesh vs ECS Service Connect. This is one of the areas I feel could lean me towards App Mesh. When you say that "task...
Using libreoffice flatpak results in an error: `bwrap: Creating new namespace failed: Operation not permitted` Any updates on adding libreoffice as a package?
Was about to raise a PR for this, thanks! Would it be possible to bump the version? @lepture
This would be very useful. Currently my workaround is to override the OIDCAuth: ```py class OIDCAuthCustom(OIDCAuth): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) def callback(self, idp: str): return_value = super().callback(idp) client...