Wind
Wind
I'd vote for using them as fetch's arguments Using as new command `DELETE` and PUT would make user confused, user can think the `delete` command would delete a file or...
I'm a bit against this, `ls $"\"($x)\""` is actually `ls "\"/home/mmunoz/MMU/TEMP/somefile.txt\""` you bring the quote itself to `ls`, I think it has the reason to fail. For your print example:...
> Maybe, like https://github.com/nushell/nushell/issues/6352, this is more and issue of documentation ? (and title should be changed accordingly if so) Yeah, I think it's more about documentation issue :) For...
I can't reproduce it on mac, so I agree with @ChrisDenton , it's likely git bash specific problem
> I'm not sure about the ignored tests. Could you try converting them to use the export-env and overlay use like the other tests? I'd like to see what errors...
I can reproduct the issue > Seems channel issue introduced by https://github.com/nushell/nushell/commit/91e17d2f9f237981bed1e6d48f8deef33713b9fa, I reverted it, and it doesn't hang again. I confirm it doesn't hang again either
Thanks for your reply, I think I understand your points and concern. Could you please give me some advice if I just want to make `pueue` support for specific shell?...
Thank you very much, currently we've come up with different solution. > I'm not really sure how to do this yet. I'm not sure either, But we make it works...
> I'm running bash with starship in tmux through ssh from iTerm2 on a macbook pro. Refer to this: https://gist.github.com/XVilka/8346728#checking-for-colorterm Here is a single note: Having an extra environment variable...
> Detection is going to always be problematic: either we'll have false positives or false negatives. Perhaps we should enable truecolor by default (we're targetting modern terminals afterall) and allow...