Maciej Barć
Maciej Barć
To prevent older programs from breaking `--version` should be available only if `#:version` is non-false.
@sorawee speaking about blocking flags we already have `-h` & `--help`, but yes, indeed issues with `-v` & `-V` re real. Maybe Racket's implementation shouldn't abbreviate it and have only...
I completely understand that, thanks a lot Serghei!
> I have the same problem on a fresh install of emacs on a new computer. The same init file was working on the previous computer, so maybe it has...
> Why just not put all the code in the same file? Then all the CI/CD stuff is in one place. I think that is great. Much less confusing than...
This one looks ok, they even have almost identical example in the README: https://github.com/jonghwanhyeon/python-ffmpeg There are also: * https://github.com/python-ffmpegio/python-ffmpegio * https://github.com/deuteronomy-works/pyffmpeg
This also propagates to programs built with such `dotnet` exe. See: https://bugs.gentoo.org/894758
It is possible to build applications with this seemingly broken `dotnet` since it ALSO links to a libc library: `libc.so.6 => /lib64/libc.so.6 (0x00007f16a4d49000)`. The .NET SDK musl version was probably...
@am11 thank you for your quick response. Unfortunately you will have to take my words with a grain of salt because I am not a toolchain expert. > Do you...
Im worried that subsequent application builds will also want to link to "wrong" musl libc name. Do you know if this is taken from some place defined by .NET SDK?...