Stefan Holderbach

Results 458 comments of Stefan Holderbach

I don't like commented out code in the repo and that doesn't seem too hard to reintroduce when debugging. So from my side yeet it. This should also trigger a...

Can we prove with a test that a list with a non `record` entry is not appended to a table and vice versa? I feel like this would be unexpected...

As tables are lists of records under the hood I am wondering if `[[a b]; [1 2]] ++ [3 four]` or `[3 four] ++ [[a b]; [1 2]]` will be...

Yeah I don't feel like the operation should in effect downgrade the type from `Table` to `List`

For context #6766 introduced the operator. I think our types are to weak to really enforce that as the content of a list is only truly known at runtime. So...

I am gonna leave that open for now to provide the option to not do history file IO with every enter press or resemble the behavior of the archaic shells....

There is currently a config option that can turnoff the syncing for every enter so the sessions behave separate. So updates will only happen upon closing a session. https://github.com/nushell/nushell/blob/60b58630588e7ec0085a8d6e4fffe56d98ba767a/docs/sample_config/default_config.nu#L146 But...

Right we currently do not take the session IDs stored with SQlite into account.

We already have icons for `ls | grid --color`

Sorry for leaving you hanging for so long. Finally got around to manually testing your PR. I like that it implicitly supports the `zsh`-style chaining of more than `..` to...