Thomas Bracht Laumann Jespersen
Thomas Bracht Laumann Jespersen
I'm not entirely sure if this is a bug in django-axes, or we're using it wrong, so I'll outline what I've observed and what I see as a potential problem....
Using (the very nice, thank you very much!) [tree-sitter playground](https://tree-sitter.github.io/tree-sitter/playground) for bash, the following is parsed incorrectly: ```bash FOO="bar" BAZ="quux" my_func() { echo "hello" } ``` the tree looks like...
Hi! First of all, thanks for this project, it was just what I needed :-) The current version (0.1.0) doesn't compile on stable, because xml_writer doesn't (didn't). [This PR](https://github.com/pzol/xml_writer/pull/6) just...
See https://bugs.gentoo.org/891095
This change allows building the Python extension for Python 3.12 with musl. Patch first introduced in Gentoo: https://github.com/gentoo/gentoo/pull/36321
All occurrences of cmake_minimum_required that specify a version less than 3.5 are found in the unused thirdparty folder. Closes: https://bugs.gentoo.org/957492 --- Please check all the boxes that apply: - [x]...
The `SLOT="0/${PV}"` strategy isn't mentioned in the devmanual, but it is used when packaging libraries written in languages that don't provide any ABI stability.
Gentoo Linux has recently implemented the option to provide zlib-ng as an alternative zlib implementation, and it turns out some of the tests for openjpeg fail when zlib-ng is used....