Sandro
Sandro
> said that always having the latest tailscale versions is impossible. > There is no way how to fix the OP issue in the stable branches. No, it isn't impossible....
@dandavison can you take a look? The CI failure is unrelated.
> They have additional use cases such as tree-sitter picking up the the syntax to highlight before scripts inside multiline strings. or fenced vim hints. > nvim-treesitter now supports that...
> Btw here's the code that handles the conversion from `/* foo */` to `# foo`: Does that mean we just need to drop that code and we are good...
How can I prevent the plugin from initing? This broke our some tests in NixOS because we can no longer run searx without an active internet connection.
Do running scripts prevent us from switching the secrets?
We already have -s for the shell, so -m is probably good enough for displaying the man page and I would not special case man subcommand.
This happens for 100% when i build my docker image with buildkit. Normal docker build work fine...
I think I found the issue. I changed ``WORKDIR`` before install and got ``x86_64-linux-gnu-gcc: fatal error: cannot execute ‘cc1’: execvp: No such file or directory`` not changing it or after...
Does --rebuild https://nix.dev/manual/nix/2.32/command-ref/new-cli/nix3-build#opt-rebuild help with that?