Stefan Holderbach

Results 458 comments of Stefan Holderbach

Just for the record the idea to drop `ignore` in favor of this implicit behavior with `null` had been floated (https://github.com/nushell/nushell/issues/6952) I think I would prefer if we can those...

YAML has an absolutely cursed spec from a complexity perspective in some regards: https://yaml.org/spec/1.2.2/ As it is more than just a single structured data record an empty *stream* is correct...

I could warm up to such a behavior with a `--unit`/`--from` flag. I think a good default value for it might be the underlying nanoseconds. I think we have a...

Time for an issue label for cell path (semantics)

I think for `sleep` it is not really sensible to spread. The support for multiple durations through the rest parameters there is to fake complex duration literals: `sleep 1hr 30min...

I don't know of the top of my head under which conditions the TTY flow control will interpret `Ctrl-S` as the XOFF signal that interrupts I/O processing between the terminal...

Thanks for digging into this. Getting those string indices right with the LSP definitely takes attention to detail. I think @schrieveslaach is the expert on how we try to manage...

What version of Nushell and Neovim are you using?

With which terminal are you running Powershell? The older cmd style `conhost.exe` or the newer Windows Terminal? (I personally only have the newer Win10 build available, so a bit tricky...