Peter Hoeg

Results 190 comments of Peter Hoeg

I have not seen the issue with b3 (xbmc and theme), however I do not hibernate the machine so I don't know if that is still causing problems as reported...

I haven’t been using jellyfin for ages so I don’t have an immediate way to check, sorry.

I think you're dealing with a race issue here. `set-formatter!` does `(after! format-all` which I think is what you need to do with the `puthash` bit: ```elisp (set-formatter! 'nixpkgs-fmt "nixpkgs-fmt"...

Feel free to use/incorporate any of this from my own graphviz config: We should set `graphviz-dot-dot-program` to others like `nwdiag` dynamically when opening a `.nwdiag` file. ```lisp (package! graphviz-dot-mode) (package!...

When using ltex-ls with eglot, you don't actually need the mentioned 3rd party package. You can just call: ```elisp (set-eglot-client! 'text-mode '("ltex-ls")) ```

Disclaimer: I may be sharing outdated information here! While there is nothing wrong with using it in prog-mode, I don’t think neither lsp-mode nor eglot support using multiple servers per...

Instead of passing the whole file, they idea would be to use it to decrypt a locally stored key file that is then used by your application to decrypt the...

There are different ways to represent the hash. Replace this: `sha256 = "1l5940v0s2yr4im2j7fjgi4k1cj21554cprinfqyg0jpwza6zcyw";` with this: `sha256 = "sha256-bKHXUzNEGOdJvrm7aVFakGRRyav7mlsGCjZlBBm2EFI=";` Or of course: `hash = "sha256-bKHXUzNEGOdJvrm7aVFakGRRyav7mlsGCjZlBBm2EFI=";`

> I'm having the same issue, any chance of getting this looked at? If Simply reverting it makes it work again. We apply that patch against bundix in nixpkgs which...