Kangaxx-0

Results 64 comments of 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 ![image](https://user-images.githubusercontent.com/85712372/173761828-73f60850-5781-4249-abc8-94809ef1b712.png)

> @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 ![5780](https://user-images.githubusercontent.com/85712372/173941406-a64e0ab4-8fcb-4d81-9abb-beb83f29f8d8.gif) 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. >...