jade
jade
@edolstra I find that although there is existing html documentation for the library and built-in functions, I can't use it very effectively since it's on a massive page so ctrl-f...
Implemented in Lix. Feel free to cherry-pick it. ^.^ https://gerrit.lix.systems/c/lix/+/564
I am working on hacks to work around this in nixpkgs, since it is required for https://github.com/NixOS/nixpkgs/pull/254405 Related to the hacks I am doing, as a fallback: https://github.com/NixOS/nix/issues/5868
fyi the filterSource API is very very bad. for example, it can't see targets of symlinks, among other things. See https://wiki.lix.systems/link/13, under "fix fs builtins". I don't think we should...
We could force the formals of the lambda to accept new fields by having ellipsis. wiggles did this to the repl overlays feature in lix to force not painting ourselves...
You should be aware that libgit2 has severe performance problems, which would be rather unfortunate given that git is already not the fastest thing in the world. It seems much...
Here's an example of the pain it's caused with cargo: https://github.com/rust-lang/cargo/issues/11567#issuecomment-1380344790 It's plausible that nix's use case of pulling objects out of the store for a vfs would be faster...
I have found the cause of this bug. It's that the exclusion dates aren't properly considering the timezone of the calendar and instead are processed in device timezone. So if...
N.B. The reason I am cutting reqwest a ticket rather than rustls or hyper-tls (which isn't always used in reqwest afaict) is because openssl *also* does not apply policy around...
I've only ever tested with nix-darwin which builds the system image with exactly one nixpkgs revision in my setup. Because of this I have a strong suspicion it might be...