Wind
Wind
I can't reproduce it as well..
Here is the reason for the behavior, currently a workaround is using `str trim`. https://www.nushell.sh/book/variables_and_subexpressions.html#subexpressions-with-external-commands
I can't reproduce the issue... The error message makes me think about that: Do you have python installed(or is python under your PATH)? And refer to your dockerfile, I'm not...
Hi, would you please tell me what's the following expressions' behavior? ``` [[a b]; [1 2]] ++ [[b c]; [1 3]] ``` And ``` [[a b]; [1 2]] ++ [[c...
At first glance, it seems scary and crazy. But after looking into your **Context**, I'd put 1 vote for land this :-D
Background: I'm trying to help to make `ls` command better in [nushell](https://www.nushell.sh/book/moving_around.html), it uses [glob](https://github.com/rust-lang/glob) crate. But it seems that `glob` doesn't support non-UTF8 path, and it would be tricky...
Would you please try the latest main fix your issue? I can't reproduce it When execute `cd no-perms-dir`, `nu` gives me `PermissionDenied` error
Would you please show what's your `my-command`? I've tried some commands and can't reproduce your issue
I can't reproduce your issue :-( And I can use CTRL-C to break the operation..
Hi, @jjpe would you please check if it still hold under the latest main?