Josef Kemetmüller

Results 16 issues of Josef Kemetmüller

When I run: ``` nix-shell -p "(python.withPackages(ps: with ps; [numpy pint pandas]))" ``` The terminal reads: "[numpy pandas])) pint ps; (python.withPackages(ps: with"

bug

After a quick test using valgrind I'm experiencing invalid reads on a multithreaded application. Is this a bug or is your library only expected to work in a single-threaded environment?

As this is already on your TODO list, I think this is an appropriate place to ask. Actually I would mainly be interested in this, because I can't make your...

**Describe the bug** I did upgrade my CI box from NixOS-21.11 to NixOS 22.05 beta with a hydra service based on the `package = pkgs.hydra-unstable;` and get the following error:...

bug

The newest version of git refuses to work on repositories not owned by the current user. This leads to issues with the `/api/scmdiff` endpoint: ``` May 27 11:16:05 myhydra hydra-server[923698]:...

**Describe the bug** After upgrading my CI box to NixOS 22.05 beta, the `/api/scmdiff` endpoint is broken by new git 2.36.0 behavior: ``` May 27 11:16:05 myhydra hydra-server[923698]: fatal: unsafe...

bug

I've tried creating an SD Image for the PinePhone based on your pine64-dont-be-evil branch using my x86_64-linux box over the weekend. Sadly the result failed to boot. Since I've read...

4. type: bug
3. topic: cross

### Description This adds support for multi-file version constraints. Prior work: conda/conda-lock#300

(Also add a missed comma in the test parametrization)

I'm running `pytest-split` on a test suite that has a lot of slow tests which are `pytest.mark`ed as slow and skipped by default. I can include all these tests by...