Bouke van der Bijl
Bouke van der Bijl
As the title says. This matches the nixos-rebuild feature to automatically use a flake if it's available. I'm currently using it on my own system and it works like a...
**Describe the bug** Hi, I'm [trying to package](https://github.com/NixOS/nixpkgs/pull/288492) v2.3.0 for nixpkgs, but I'm running into a 'Buffer overflow detected' during the PipelineTest when running `ctest`. Strangely this only happens on...
Systemd supports receiving a `vmm.notify_socket` credential so it can notify the host when the VM has finished loading: https://www.freedesktop.org/software/systemd/man/latest/systemd.system-credentials.html#vmm.notify_socket If we implement this then the `microvm@` service can accurately reflect...
This way you can encode the data yourself
## Motivation The 'Host' header should include the port number. When extracting the host from `uri` we use `uri.host()` however, which strips off the port number to only include the...
Related: https://github.com/tower-rs/tower-http/issues/215 ## Motivation grpc-web responses aren't compressed right now, but they should be. ## Solution Add exception for `application/grpc-web` and change exception filter to use starts_with so we match...
## Motivation I want to use `AsyncReadBody` directly. ## Solution Add `pub` to `AsyncReadBody::with_capacity`
This symlinks all the .so libraries to $out/lib/ so the autopatchelf hook can find them, instead of relying on torch's inbuilt magic to find the libraries. I've also formatted it...
### Describe the issue I have a broken test case here: https://github.com/nix-community/poetry2nix/compare/master...bouk:poetry2nix:open3d-markers Basically, I'm trying to use system markers to install a specific version on a specific platform. These markers...