Diamondy Franc

Results 5 issues of Diamondy Franc

chunksOfTimeout waits until at least one element in input stream and does not trigger provided fold on 0 elements when timeout happens. This looks like undesired behavior, or is there...

type:bug
aspect:concurrency

Is there a way to flush chan contents to a list? tryReadChan is definitely not what I want, as it removes elements from chan to Element with no way to...

generics-sop seems to be broken when `Generic` constraint used with data or type family on ghc 9.4.2 Minimal failing example: The following typechecks on ghc () tstT = () tstDF...

Trying to resholve [this script](https://github.com/matterhorn-chat/matterhorn/blob/master/notification-scripts/notifyV2). ```nix notifyScript = resholve.writeScript "matterhorn-notify-script" { inputs = [jq libnotify coreutils which]; interpreter = "${bash}/bin/bash"; } (builtins.readFile ./notifyV2); ``` `jq` and `notify-send` are not substituted...

There two things I'd like to discuss about the [incremental Haskell builds](https://nixos.org/manual/nixpkgs/unstable/#haskell-incremental-builds) support that lingering in Nixpkgs for some time. First off, has anyone here managed to use incremental builds...