Arnout Engelen
Arnout Engelen
Some hashes will be unlikely to be useful to share, as they are specific to users' configurations. Could we somehow identify those and avoid uploading them? Or perhaps periodically garbage-collect...
Binary caches can contain objects that are 'directly' part of a build, instead of being the result of a derivation: an example is https://cache.nixos.org/h9lc1dpi14z7is86ffhl3ld569138595.narinfo Since systems can have run-time dependencies...
It would be nice to provide a front-end showing 'how reproducible are we?' reports, ideally replacing the 4 reports at https://reproducible.nixos.org/ . Perhaps it would make sense to have an...
``` Feb 26 11:31:00 rigter async-nix-post-build-hook-start[1169762]: terminate called after throwing an instance of 'nix::Error' Feb 26 11:31:00 rigter async-nix-post-build-hook-start[1169762]: what(): error: cannot determine user's home directory Feb 26 11:31:00 rigter...
Might be nice to add some more dummy-proof docs, like what to put in your system flake.nix and more step-by-step guide to putting the token on the fs and referring...
It would be nice if we could provide data dumps for people wanting to do reporting beyond what the tool provides. The current `/derivations/` can provide an entry point for...
**Describe the bug** `event.getRecurrenceSet(Period.parse('20140629/20150630'), Months.of(1))` crashes with a `java.time.temporal.UnsupportedTemporalTypeException` on `final var startMinusDuration = period.getStart().minus(rDuration);` The RFC specifies a PERIOD always starts at a `DATE-TIME`, so one option would be...
### Describe the bug When the same sections are found in multiple files (like e.g. in https://gitlab.com/qemu-project/qemu/-/issues/2190), it is not deterministic which reference gets included into `objects.inv` . ### How...
C++ uses lowercase rather than uppercase
Passing the string that is to be printed as the format string could lead to trouble when the string has sequences that would have meaning in a format string. Using...