thkoch2001

Results 30 comments of thkoch2001

Sorry for not replying earlier. I'm at debconf right now and start to come into gitit2 hacking again. I'd like to avoid to let the complexitiy of gitit2 explode. More...

This also failed in a Debian build with emacs 27.1: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973132 The test failure can be reproduced this way: 1. Open a buffer with haskell-literate-mode 2. Insert `> indent` in...

Once again thank you for the PR and sorry for the long delay. However... :-( There are many possible use cases for a wiki with different requirements regarding authorization. Your...

Documenting my current implementation here before I forget any details. I'm running my microvm as a user systemd service, templated by the vm name. There is a dependency on a...

Sorry, while waiting for the checks to pass I learned that `nixosConfigurations` is a predefined output for flakes and thus it might actually be confusing to have a `nixosConfiguration` (without...

Sorry for the double-push. I reduced the commit now to the trivial one-line change. In my own local flake however I removed nixosConfigurations entirely from the flake: ``` outputs =...

It's actually simple for my use case. Since I'm starting my microvm as a systemd service, I can just put the tmux call in front in the `ExecStart` line: ```...

Why composer (for this particular project): - It's a canonical way of describing where your dependencies come from. I had to google and manually compare to find the three github...

Sorry to stress you. But could you please update the estimate? My Nitrokey is laying around unused since April because I thought I could directly start using it with my...

I use git-annex and have one big repo with most of my homedir. Only ~/org contains org files and it would be great if I could tell syncorg to only...