Jannik Glückert
Jannik Glückert
Many popular applications, including Discord, use a runtime with p11-kit-0.23.18 . However, 0.23.18 is incompatible with a 0.23.19 host (which just got stabilized on gentoo) , this is fixed in...
The systemd unit currently uses WantedBy=basic.target , the default is multi-user.target though Furthermore, the unit may start before remote filesystems are ready. For this, After=sysinit.target has to be replced with...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior see https://bugs.gentoo.org/935685 make.defaults syntax is defined in PMS 5.2.4: > The...
Currently my biggest gripe with Spirit.X3 is that you can't parse into a class with private fields. This leaves you with two options: 1. use a proxy type, e.g. ```cpp...
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
This adds parallel test execution through the vscode TestController API. Sequential tests `test(..., is_parallel = false)` are respected. Parallelism is set to the number of CPUs, if desired I could...