Results 14 issues of Emery Hemingway

Swirl tries to download course data into the swirl package directory, which might be immutable. This is the case on NixOS where the system package manager is building the R...

See Nix rfc0035. --- I have an unrelated question, why is `rev` in the `buildGoPackage` attrset and not inside `src`?

The eris_utils package was merged into the eris package. https://codeberg.org/eris/nim-eris/commit/290da6ed1abcb538fe62b100507b3cf4efbf6bdf

Package versions need to be tagged in git. Fetching the repository, bisecting the history, and parsing the Nimble file is not practical. Nimcrypto is not trustworthy without versions that can...

The [Direnv](https://direnv.net/) tool is useful to run within rules (by prefixing commands with "direnv exec .") but it creates a cache of metadata at .direnv which Tup should not be...

This fixes parsing of multiline strings that contain whitespace. I was digging around in `spryextend` because I would like to make an extension for [Preserves](https://preserves.dev/) data. Would it be feasible...

These optimizations produce broken builds on hardware without AVX2.

- Export `isNegative` and `isZero` because it is easier to export here than to reimplement downstream. - Add `toBytes` proc for serializing. This is used by the CBOR package. Also...