Kilian Ries
Kilian Ries
@obezuk @larcher @uhthomas could you please look at this and the other open pull requests and draft a new release? would be great to give some love back to these...
GoPass worked for me until yesterday - since today the same. Just a blank screen and no entries / keystores. Running on MacOS 15.5 ...
Hi, is there anything new on this? Really looking forward for the fix to get merged ... Thanks
@gregsfortytwo reef is close to it's release (RC2) ... any chance we will see this getting released anytime soon?
@budiantoip had the same problem with dovecot (master user) and your fix helped! thanks ;)
i had to adjust my dovecot config: ``` plugin { # lines of the existing plugin block ... acl_user=%u master_user=%u } ``` Then login via super master / admin user...
@jdenquin what would really help at a first step is to not check if the database with name `postgres` is reachable. Because if you connect to a pgbouncer you only...
@jdenquin thanks for the hint with the `DATABASE_PREPARED_STATEMENTS` env var. I will try your recommendations +1
Just a short update: we run pgBouncer `v1.21.0` which supports prepared statements. So we tried running lago with both, `DATABASE_PREPARED_STATEMENTS` true and false and it seems that both are running...
Tried to build and run the docker image on macOS ... build succeeded, but starting the container results in the following error: ```bash Starting Tkinter application... Traceback (most recent call...