Alexander Batischev
Alexander Batischev
> what is different to the tarball than the build form the repo (other than ./configure not being pre-generated)? Why are all these extra tools needed still and why is...
Wow, so gettext-rs is broken for musl's built-in implementation of gettext, because: 1. `bind_textdomain_codeset()` only supports UTF-8 in musl (returns `EINVAL` for all other codesets); 2. `bind_textdomain_codeset()` always returns `NULL`,...
Thanks! However, I don't want to add a dependency on `regex` just for this. I'll make an alternative PR where the warning is disabled unconditionally, and see what CI thinks...
Because I want to move away from tarballs for #12, but that might take time, so I'll push a smaller release before that.
BTW you can ignore the CI failure for musl. I am meaning to fix it, but haven't yet figured out how (#99).
Hey @timotheos-firestone, gentle ping ;) I haven't done anything about the musl CI yet, but this PR doesn't depend on musl, so it can be merged regardless. Would you like...
> Would you mind if I change the return type of setlocale to Result? I'm very hesitant to do that because this loses the information that the underlying C function...
If I [download the whl file from pipy](https://pypi.org/project/licenseheaders/#files), I can see that it doesn't contain any templates. It's been a long while since I wrote any Python, but I think...
I tried fixing it myself, but apparently I'm wrong about the cause: even if I change the key in the aforementioned map, nothing gets copied into the wheel file. The...
Hi! The Docker reproducer still fails with the same error. I can see the templates in the wheel file, and when I run `pip install licenseheaders`, I see the script...