Darren Schroeder

Results 2076 comments of Darren Schroeder

As long as this works as you describe above, i think we'll be cool. I just commented on the PR.

sure, just put some comments around what you're changing so your changes aren't lost by the next person who wants to change them.

nice catch. it shouldn't panic but one also shouldn't try rolling a 0-sided die either. lol

It's yours @SteelCrab. Have fun! Here's our contributing guidelines https://github.com/nushell/nushell/blob/main/CONTRIBUTING.md

Either I'm not following what this PR is supposed to do, or it's just not right. If you do `help operators | sort-by precedence -r` the order is correct in...

ok, but then our `help operators` command and code that generates it must be wrong too. I'm not sure if `0` was hard coded for `not` or if it is...

I thought this issue sounded familiar.

I don't really want to land a disabled command. Let's just wait for the investigation and potential fix.

Where are we at on this? Ready to land and try again?

When ran without any arguments/flags is it destructive? If so, I wouldn't want to accept it. Append mode should be the default and if you want to overwrite your entire...