Kangaxx-0
Kangaxx-0
It is the opposite :) Its ok, i can check out a few more commit hash to find out which the correct one is
I downloaded release 0.63 , and the completion is not working too. E.g: `ls ` will not give you DIRs, you have to type one character like `ls D` instead...
> I just ran into the same issue, I aliased rm to rm -iv to interactively and verbosely remove files, I get the same panic. > > ``` > /tmp:...
> @Kangaxx-0 > > I just tested that pull request/branch ... and ... quick testing, but seems good! `ll` works and `cat` works ( alias and alias of alias )...
I am not able to repo this bug, when I run `(git commit)` on latest main The parentheses in nu is called [subexpression](https://www.nushell.sh/book/variables_and_subexpressions.html#subexpressions)
My team is running a big milestone release this month, if this is urgent, I will probably not have time to look at this the rest of this month. These...
> Not urgent but I'd like to get tests passing soon-ish. It looks like the comments were actually written by @vFrankZhang (not sure if that's you). That's my working account,...
I created a simple test repo on Github, I still do not think the test failure is a code issue, ``` #[cfg(test)] mod tests { #[test] fn it_works() { //...
@rgwood I've done with the release, what can I do for this issue? As you noted, Github windows image is running Git bash instead of `cmd`
> I think it's running `cmd` and the tools from Git Bash just happen to be in the PATH. It is still running Bash anyway(It does not even recognize some...