Matthias Dahl
Matthias Dahl
While I was debugging https://github.com/jorgenschaefer/elpy/issues/182, I dived deep into auto-complete.el and popup.el to find the cause for the "permanently" added empty lines I was seeing w/ elpy. In the case...
**Describe the bug** I have the following setup which might be a bit unusual but it is quite old and not easily changed... and yes, I would never do it...
### Description With Podman commit [c81f075f436466092372dec7a19c35fe387fe8d3](https://github.com/containers/podman/commit/c81f075f436466092372dec7a19c35fe387fe8d3) ("libpod: do not chmod bind mounts"), which is included in release 5.2.0-rc1 and above, runsc fails to bind mount volumes in certain cases with...
### Description The following fails with runsc but succeeds w/ crun/runc as well as on the host: ```c #define _GNU_SOURCE #include #include int main(void) { int fd = open("/tmp", O_DIRECTORY);...