Results 11 issues of Finn Landweber

Distributing geneva as python project is desirable because it - enables re-usage of code though other projects by making geneva a dependency - improves dependency specification through poetry - makes...

update libgit2 to 1.7.1 the build works, but some functions of gitlib-libgit2 were removed because of api changes in hlibgit2

This issue is intended to discuss a possible change in semantics for the `verify-commit` subcommand. I'm still a little unclear on the specifics, but from what I understand from talking...

discussion

As a user I'd expect any verification command to exit with a non-zero exit status if the verification fails. Especially relevant for scripting. verify-ref behaves that way, but verify-commit and...

bug

**Introduce your stance** I wish to cite the Nixos and Nixpkgs manuals. **Describe the issue** As I can only link to the stable manual, I risk that the cited sections...

content

as mentioned in https://github.com/nmattia/niv/pull/406#issuecomment-2189273534 I believe the Update module needs a refactoring. Especially the function `runUpdate'` seems overly complex. I'm sure there's a better abstraction to be found, though I...

This adds rollback protection to the git fetcher. ### Motivation For the moment this merely serves the purpose of making sure no downgrades to running systems happen. For example users...

This fixes an error where any file starting with a . (dot) was not present in the build output, because it was ignored by the cp command.

#6 broke the flake, which this provides a fix for. Sorry I didn't test/notice earlier. This moves the system attribute from the funkction (`hakyll-flakes.lib.mkAllOutputs { inherit system; ...`) to passing...