Justin Ma
Justin Ma
I need this feature too
@hunger Can you try again on the latest main branch? Seems fine for me.
latest main will be nu 0.59.1
You can try to wrap the command you want to run even on failure with `do -i`, like this: ```sh do -i {echo 1; ls abbb}; do -i {echo 2;...
Not sure whether this is a good idea, `ignore` is more readable to me, and easier to find. besides: `echo 2 | null` works but `help null` or `help -f...
As far as I see, There is no linter or intellisence for nushell currently, and syntax highlighting is supported in VS Code. Despite this, I have already rewrote all my...
This issue is quite similar to https://github.com/nushell/nushell/issues/4041, I think the latest version will work, Can you check it again? Thx
Need to be updated
`import Keypress from 'keypress.js';` in es6 not work. It works before. There should be a `keypress.js` file in the root directory
How to run a specific test? For example, `commands::flatten::flatten_table_columns_explicitly`