Darren Schroeder

Results 2076 comments of Darren Schroeder

Let's see how this goes. Thanks.

If we added `like` for a synonym to `=~` we'd probably need to add `not-like` for a synonym to `!~` too. I wouldn't be against these changes.

sorry @dmatos2012 - i forgot you wanted to do it. i just saw a pr and it looked good, then landed it. my mistake.

I think this is because it's output is `raw input` and not any type of structured data. If you describe it, you'll see the output of describe ``` ❯ nu...

I tend to think it's working as expected, but I could be wrong. It would be good to get JT's thoughts. Here's what I'm guessing. 1. You launch nushell as...

If you wanted nuon, you could do do `$env.config.hooks.display_output = { to nuon }` or change it in your config.nu. ```nushell ❯ $env.config.hooks.display_output = { to nuon } ❯ ls...

I've thought for a long time that `nu foo.nu` shouldn't launch a new instance of nushell but somehow understand that we want to run the main custom command in the...

We have 4 days until the next release which means there are 2 days to either revert #12922 or fix all the issues caused by it. I'm guessing we should...

Revert is here if/when we need it https://github.com/nushell/nushell/pull/12954