Kangaxx-0
Kangaxx-0
Thanks for the comment, since parallelism is only supported for few commands, if we want to implement a thin stack for rayon(multi-threading), we probably need to bring and discuss it...
After the first completion `cat`, how to reproduce this error? Tried `use zoo.nu *` but did not panick
Seems like a lot of users feel confused about this. The reason why the command failed is that the `npm` is being treated as pre-defined `internal` command instead of `external`...
I did take a look at the parser, seems like there is a bug or missing part with regard to the custom command. The `export extern ` is a KnownExternal(trait...
I can take a look at this. One question - what is `bat`? Can you point me a link?
Alias of an alias works for me, same aliases here 
> @Kangaxx-0 thanks for testing. > > `ll` command works here too. but can you try `ll /t` and then pressing tab (trying to autocomplete with tab `ll`) ? >...
> good catch @alexjp! @Kangaxx-0 could you please add a new test for this command so we can keep track of it? Once the current tests couldn't catch this case....
I've figured out a fix to the crash  However, as you could tell, the auto-completion is still not working.@alexjp could you confirm https://github.com/nushell/nushell/commit/d5b99ae316dda0c89456675bd41ee7678b87f813 would work before?
> > However, as you could tell, the auto-completion is still not working.@alexjp could you confirm [d5b99ae](https://github.com/nushell/nushell/commit/d5b99ae316dda0c89456675bd41ee7678b87f813) would work before? > > yes.... in commit [d5b99ae](https://github.com/nushell/nushell/commit/d5b99ae316dda0c89456675bd41ee7678b87f813) , its working. >...