Paul Rogalski
Paul Rogalski
Currently, `pdm-packer` fails when a parent directory of the output file does not exist. This is fixed with this PR.
### Bug Description Self contained rust bootstrapping was added to maturin with #2421 (release 1.8.4). However it doesn't seem to work properly. ### Your maturin version (`maturin --version`) 1.8.6 ###...
The Python `asyncio` library has a debug mode, which is supposed to ease developing: https://docs.python.org/3/library/asyncio-dev.html#debug-mode What about enabling this in `pytest-asyncio` for the default event loop? This could be made...
Added a toggle to select the documentation color scheme based on system preference. Additionally, the icons for light and dark mode were adjusted to match the automatic toggle icon. Related...
GitLab recently added the `spec:inputs` CI/CD YAML keyword which makes use of multi-document YAML files. The following example is taken straight from [their docs](https://docs.gitlab.com/ci/inputs/#define-input-parameters-with-specinputs): ```yaml spec: inputs: job-stage: default: test...