Andrej Kolčin
Andrej Kolčin
### Describe the bug The LSP `nu --lsp`, used by Neovim, crashes when it encounters non-ASCII Unicode values. ### How to reproduce ``` 1. `Ctrl+o` to open a Neovim editor...
I'm unsure how complicated it is, but I think it'd be nice to have scrolling support in `input` and `input list`.
### Describe the bug It's impossible to interrupt a command while the globs are being expanded, i.e. before the command has started running. ### How to reproduce Pick a big...
Good day! I was packaging `dprint` for Alpine's aports, but a quite few tests are failing on main and 0.46.3. Is this is an issue on my end, or do...
- EdgeDB Version: _not initialized_ - EdgeDB CLI Version: EdgeDB CLI 5.1.0+7c5764f - OS Version: Alpine Linux 3.20.1, 6.6.35-0-lts, x86_64 When I try to initialize a new project with `edgedb`...
It should improve rendering in narrow terminal windows. Resolve #96
Currently, `registry_name` and `registry_path` are at the start of the table returned by `nupm` search. I think that this information is repetitive and not as important, as version and type....
### Describe the bug Quotes strike again: ```Nushell ~/fork/nushell> ^echo `"input"` `input` ``` ### Expected behavior I expected it to be `"input"`, or at least `` `"input"` ``. ### Configuration...
### Describe the bug Certain malformed ranges will block Nushell forever: ### How to reproduce ```Nushell ~> 0..(glob .) ^C^C^C ~> 0..(open /dev/random) ^C^C^C ``` ### Expected behavior To throw...
Currently `help` only works on Nushell commands. I think it'd be a good idea to try a couple of heuristics on external commands, something akin to: 1. Try to fetch...