Robert Hensing

Results 362 issues of Robert Hensing

**Describe the bug** Tabs are not supported in the indentation stripping parser. This is the right behavior in principle, but when a user does insert a tab, the behavior does...

bug
language
breaking

**Describe the bug** `nix daemon` worker interruptions appear to behave inconsistently. Before getting an op, it would just terminate, leaving the `RemoteStore` in a state where it won't try to...

bug
protocol

**Is your feature request related to a problem? Please describe.** _"Nix itself depends on aws-sdk-cpp"_ It kind of doesn't. It's an optional dependency, and many users don't need it. Some...

feature
store

Trivial refactor to allow these tests to be extended. - Prerequisite to the new tests in https://github.com/NixOS/nixpkgs/pull/344407 Example of extending a test: ```nix { nixos-rebuild-specialisations = runTestOn ["x86_64-linux"] ./nixos-rebuild-specialisations.nix; nixos-rebuild-specialisations-legacy...

6.topic: nixos

- Try out https://github.com/hercules-ci/flake-parts/pull/242 - Undo the hacky hashing part of #516

Put users back in control. Looking for your feedback.

We've made some changes to the headers, to make them more reliable, and so that the generated headers are handled behind the scenes instead of exposing that complexity. This commit...

This is needed when updating the nixpkgs input.

This combination makes sense for a remotely managed darwin host with channels still enabled on that host, among probably other use cases. This fixes an evaluation error about `environment.darwinConfig` being...