Stefan Holderbach
Stefan Holderbach
Trying to sort the `ShellError` with no direct semantic meaning smells to me. Can we avoid having to add those impls by going back to sorting without itertools in the...
Yeah in trying to focus to fix the selection behavior for vi mode this broke for the non modal bindings. So just reverting whatever change there would break it on...
Yes making more operations aware of their success/failure would make a lot of keybinding setup more powerful. We may even be able to drop some of the `ReedlineEvent`s we have...
Related but distinct problem in the `query xml` command of not handling the namespace stuff: - https://github.com/nushell/nushell/issues/14457
Thanks for expanding the test. Haven't looked into the implementation details to make a Post mortem what went wrong there.
Related issue already on https://github.com/nushell/nushell/issues/13675
What are the remaining questions here that need clarification? @devyn / @WindSoilder
Not sure if this was a deliberate choice. I can also see the technical trade off that loading all the files from the auto load dir may incur a significant...
Not my primary area of expertise, paging @fdncred who spearheaded the autoload stuff.
> While this looks pretty weird, `select` can already produce weird column names, e.g. `{ x: { y: 2 } } | select $.x.y` produces `{ "x.y": 2 }`. Now...