Katalin Rebhan
Katalin Rebhan
This adds https://git.sr.ht/~dblsaiko/nix-extras to the index, it's a collection of packages and NixOS modules that I use in my configurations but which are also ready to be used in others'.
I'm using Eglot with nil, a language server for the Nix language. This language server wants to watch two files in the current directory over LSP protocol, which causes a...
Using this, my iPhone or iPad usually drops the connection immediately after connecting, and it completely stops connecting at all when the device is unlocked. Looks like the error is...
I made a 7-segment display and then copied it with middle click, placed it down and this crash happened: https://gist.github.com/e18d929f92278132fdad5f6268918084 If it matters this was in my dev environment, but...
When the PATH is overly long (>=1373 chars at least here), binaries are no longer able to be looked up in PATH for some reason, giving a command not found...
**Is your feature request related to a problem? Please describe.** It would be great if bindaddress in the server config could be a unix socket path in addition to an...
**Is your feature request related to a problem? Please describe.** When changing the database directory using --with-hdbdir, the installed man pages still refer to the original and now incorrect /var/heimdal....
locate() with function argument is deprecated. Generally ```typst #let fn() = { locate(loc => { let value = state.at(loc) // ... }) } ``` can be replaced with ```typst #let...
Now always register new section if new-section argument is set, and display the header additionally if there is a current section but no title. Closes #169.