Jörg Thalheim

Results 1952 comments of Jörg Thalheim

Btw. we have also have a self-hosted hercules ci setup in this organisation, which does not need to download all derivations. This might be faster than github actions. There is...

Could you maybe move some of your commits not related to CI to a new PR? i.e. https://github.com/nix-community/nixos-generators/pull/155/commits/45504ad7f9aa220fa5dbad661798cead3e2fcd8a looks like no-brainer that we can just merge as is. Than reviewing...

I don't think nixos-generators can support this option because it's needed for `make-disk-image`, which is part of nixpkgs and not `nixos-generators`.

it says: ``` Hypervisor: QEMU with HVF accelerator ``` in other words, would the qemu format not just work?

I was able to re-create the missing `spacemacs-bootstrap.nix` from @puffnfresh repository: ``` with import {}; emacsWithPackages (ps: with ps; [ async bind-map bind-key diminish evil hydra use-package which-key dotenv-mode pcre2el...

I have not found a working one so far.

nushell's hook are still not powerful enough for direnv to support it: https://github.com/nushell/nushell/issues/2549#issuecomment-1146869857

I also sometimes feel that for local terminals the prediction in mux is causing these laggy scrolling as it predicts `j`,`k` not as editor movements: https://github.com/wez/wezterm/blob/bbadcb90e0341fd5201e401042ba82bf66d72646/wezterm-client/src/pane/renderable.rs

> > I also sometimes feel that for local terminals the prediction in mux is causing these laggy scrolling as it predicts `j`,`k` not as editor movements: > > @Mic92...

Ok. I disabled the prediction. It does not remove the lagging but it no longer spams `j` and `k` characters when scrolling, which could be counted as a improvement. When...