Pas

Results 36 comments of Pas

PostgreSQL defaults to using scram-sha-256 instead of the old md5 for password encryption. Modify password_encryption in postgresql.conf and then change pg_hba.conf too. (You probably have to reset the password for...

Hello! Which version of Slick and MySQL are you using? Which MySQL driver are you using and which version? Also have you tried to enable slick [debug logging](https://scala-slick.org/doc/3.2.0-M1/config.html#logging) to look...

In my case they are empty apart from the rbl conf. (I'm testing this on a VM that never had rspamd on it before, so everything is as it comes...

Thanks for looking into it. (I don't plan to use their lua stuff, just the mentioned two files, the RBL ones.) I've tried to examine the output of configdump to...

Hi, just one more datapoint, I get a similar error on version 0.1.9 on Hetzner's Storage Share 24.0.5 (which is their branded nextcloud [fork?]). Unfortunately it seems there's no way...

Using CRA TS with yarn 4.0.0-rc.22 (with PnP, on Linux in WSL2) leads to the same issue, the originally mentioned workaround of adding the extra type package works. ``` yarn...

We're running a patched version of Chronos (--privileged hacked in), to build docker images. Basically, we use [docker-in-docker](https://github.com/jpetazzo/dind#docker-in-docker) to build and push to a private registry (running on Marathon/Mesos too),...

Sorry for the incomplete/unclear report. What I haven't explicitly stated is that poetry is installed into the same virtualenv that it manipulates. So I guess it is using that particular...

The install part itself successfully happens, it's the removal of the temp pip-uninstall-[nonce] thing. Presumably pip moves the potentially still in-use package to a temp folder. Then tries to delete...