Joe Mou
Joe Mou
These pointers were helpful. I'm a Nix beginner but I needed to customize additional command line arguments. I based on the [cookbook](https://nixos.wiki/wiki/Nix_Cookbook#Wrapping_packages) and am now using: ```nix nixGLWrap = let...
Hi I just saw this while driving by. Do you think the issue might be output buffering? I think Python line buffers when attached to a terminal but otherwise aggressively...
Just wanted to mention that this also affects the shorthand notation `podman build -o -`. A workaround is to redirect build messages to stderr: ``` $ podman build -o type=tar,dest=/dev/fd/3...
Worked for me on Apache with `RequestHeader unset Upgrade`