Robert Schütz
Robert Schütz
It seems like https://pypi.org/project/safety-schemas/ was only published on PyPI. It would be nice if you could also publish its git repository.
## Description of changes Changelog: https://www.postfix.org/announcements/postfix-3.8.6.html ## Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - For...
## Description of changes cc https://github.com/NixOS/nixpkgs/issues/245383 ## Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - For...
### What happened? When running `pytest` on Python 3.12 a bunch of tests fail with ``` RecursionError: maximum recursion depth exceeded ``` which seems to stem from ``` AttributeError("'bls12_381_FQ12' object...
[poetry-core](https://github.com/python-poetry/poetry-core) is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects. Using poetry-core allows distribution packages to depend...
Please add the versions found on https://www.npmjs.com/package/fixjson?activeTab=versions to https://github.com/rhysd/fixjson/tags.
When running the tests with a version of asn1crypto that includes https://github.com/wbond/asn1crypto/pull/265, one of them fails: ``` ________________________ test_keyset_templates_in_arch _________________________ def test_keyset_templates_in_arch(): cfg = CertomancerConfig.from_file( 'tests/data/with-arch-templates.yml', 'tests/data' ) old_arch =...
I want to do something like ```nix nodePackages.shell.override { src = ...; patches = ...; } ``` because I want to remove a dependency from `package.json` which I can't build...