fredizzimo

Results 1395 comments of fredizzimo

This is quite tricky to implement, or at least a bit time consuming. We need to both be able to track and select things, and that includes multiple lines. The...

I'm adding a bit of context here, this was originally reported in * https://github.com/neovide/neovide/issues/2655 I'm not sure if this is something `skia-rs` can fix itself or not, it looks like...

I guess @yashamon could try the instructions here https://gn.googlesource.com/gn. If it's too complicated we could also setup some cross-compilation. At least I don't have a arm64 windows machine, well I...

I guess we could require WSL 0.61.4 and newer, which added `--shell-type login` https://github.com/microsoft/WSL/releases/tag/0.61.4 Does nushell support the other required `-c` option?

Hm... it looks like wsl parses the options strangely ``` PS C:\> wsl --shell-type login -- -c "echo hi" zsh: bad option string: '-c "echo hi"' ``` And I have...