Stefan Holderbach

Results 458 comments of Stefan Holderbach

This seems to be a problem with quoting for externals (from the parent Nushell the call to `nu` with a script is just another external) and how we handle parsing...

I am in the pro-parenthesis camp, not just to make sure things are more readable, but also to leave a certain margin for the inevitable typos and mistakes. Among the...

Looked into this, the uppercase `K` originates from the upstream [`byte_unit`](https://docs.rs/byte-unit/latest/byte_unit/) crate we currently use for the kilo/kibi byte translation and parts of the output formatting.

Related issue https://github.com/nushell/nushell/issues/8461

Any updates on this issue? There have been a few changes to how we prepare arguments to externals recently for better consistency.

I think the only reason we never shipped it with the initial reedline set is that those combinations of modifiers with `Enter` have somewhat spotty support with the different platforms/terminal...

> Using Windows Terminal, the alt-enter is used to go full screen and return to a window state. > > I use this several times a day when viewing tables...

There are two possible resolutions here: 1. fix the highlighting so it is marked like a resolved internal command (no need for an additional config point) 2. add a `shape_alias`...

While it returns a `PipelineData::ListStream`, based on the implementation I'm not sure if it still collects the full input before performing the actual splitting.

Have your questions be answered sufficiently? If so, feel free to close the issue.