Olaf Meeuwissen
Olaf Meeuwissen
Just ran into this myself on an up-to-date Debian 11 (bullseye) server using the Docker.com packaged `containerd.io`, `docker-ce` and `docker-ce-cli` packages. Rough timeline of events - 2022-08-17 03:00 automatic server...
\# I came here after some two hours of head-banging-against-wall, trial, error, hair-pulling and a few searches :nauseated_face: I have my `.eslintignore` linked to my `.gitignore`. The latter contains `/coverage/`...
Just ran into the same myself. ``` Magit v3.3.0-408-g765069ad, Git 2.35.1, Emacs 27.1, gnu/linux ``` Reverting `compat` to `cc1924fd8b3f9b75b26bf93f084ea938c06f9615` fixes it for me. Using `664be609c968a8ffac14a4d62560e87f692e7d68` introduces the breakage. I have...
FTR, the SHAs above are from https://github.com/emacs-straight/compat.git.
FTR, I just ran `M-x straight-pull-all` and the issue has been fixed for me. I'm now using compat@2a9cf8b7bdb5bf2cf4ee73b2c586ec9d736cb4f6 (SHA from https://github.com/emacs-straight/compat.git).
@RainM I can understand your frustration. I've been fighting various incarnations of corporate proxies for two decades now and have learnt a thing or two the hard way. One of...
So this `VOLUME` is what's hiding the `data/` directory in the bind mount that I put on `/var/lib/postgresql/` :open_mouth: Say `/srv/data/postgresql/data/` contains a perfectly valid PostgreSQL database with gobs of...
Thanks for the suggestion. I do like to have access to other places below `/var/data/postgresql/` though, e.g. `backups/`, so I can scribble there instead of in the `PGDATA` directory. I...
For the record, `unset`ting the `auto_proxy` variable and using IP addresses (instead of hostnames) for the `https_proxy` and `http_proxy` did not change my observations.
Nor does using ALL_CAPS environment variable names.