Matthieu Coudron

Results 605 comments of Matthieu Coudron

not sure if I messed up my previous test or if 2.23.1 regressed but with 2.23.1 I had it again `nix-daemon: src/libstore/build/derivation-goal.cc:303: void nix::DerivationGoal::outputsSubstitutionTried(): Assertion `false' failed.`. Patching the assert...

With nix, you dont need a plugin manager such as lazy.nvim. I prefer to keep the home-manager module simple and looking at various comments, it seems to be part of...

you have linting errors in your PR, you can run make clint, make lualint (IIRC) to check them locally

yes, add a news entry via modules/misc/news/create-news-entry.sh.

congrats for the nice report and to have managed this level of debug while being new to nix is impressive. This is typically what we should avoid, having a default...

came here to request the same functionality. Seems like its is covered by https://github.com/davidde/mpv-autosub/pull/47

seems like one can configure https://subliminal.readthedocs.io/en/latest/ directly as well

if you can retrieve programmatically QtCreator mappings, you could check them against `:echo nvim_get_keymap("a")`

some are hardcoded iirc (maybe :h mapping can confirm this) but you can overwrite them with another useless mapping. nvim_get_keymap should help you deal with the bulk of them and...

right now, actions push an "scm" release a day to luarocks. I could add another action that reacts to new tags but this repo doesn't seem to create tags. What...