Andreas Rammhold

Results 26 issues of Andreas Rammhold

Are there any plans or reasons not to include this in nixpkgs? I think we lack something like this as go-to solution that just comes with nixpkgs.

Right now we are using the file systems order when creating tar files (for e.g. Git dependencies). We should at least provide the `--sort` flag to the tar command: ```...

enhancement
good first issue

While packaging coc-clangd I gathered these changes which look overall useful and should probably not rot in my tree.

The `origin/` prefix will be added by the actual git cloner later on when `co.checkout_origin_ref` is called further down the function.

Motivated by trying to review a change in how ofBorg reports build errors I started hacking on a command that allowed me to execute just the build part of ofBorg...

I've encountered yet another mail where the base64 decoding using mailparse (with and without my recent change in #95) fails. The reduced sample looks like this: ``` PC9odG1sPn== ``` If...