Jess
Jess
When adding new dependencies to `package.yaml` you need to reload VSCode to keep ghcide up to date. To reproduce: - Add a new dependency to the `package.yaml` of a project...
# Problem When a file is opened in the repl and is subsequently changed _but not rebuilt in the repl_, `elba build` does not use the file's current state for...
I love this library and use it in basically every Haskell project, I just have one quibble: inlining In `Prelude`, the source code for `(.)` is: ```haskell {-# INLINE (.)...
See here for more details: https://github.com/tfausak/flow/pull/45#issuecomment-2726238305 Fixes: #35
The `LB.readFile` makes it seem like you should use a lazy `ByteString`, but the `CSV` class only has instances for strict `ByteString`s.
[This change](https://github.com/ryantm/agenix/commit/d80d1febd35ccf73455148a73bbc406d52dffc57), adding a check for `config.services.userborn.enable`, gave me an `attribute 'userborn' missing` error while trying to use agenix. I don't know my way round nix very well, so I'm...