Darren Schroeder

Results 2076 comments of Darren Schroeder

I get the same thing as Kubouch with this ``` nu -e "'2023-13-31' | into datetime" ``` it just panics and restarts the repl forever. Some real-world panics. 1. "2023-13-31"...

I'm still having problems ![image](https://github.com/nushell/nushell/assets/343840/2d1132bf-a25f-47d0-aa4a-b0d70e41517c) This is how I repro on Windows. 1. check out this pr 2. cargo run 3. nu -e "ls \\\\.\\pipe\\" 4. exit 5. exit 6....

> Once I'm back to my desk, I'll make that change and ping you. Sounds good.

@ayax79 I still can't get it to work. My repro above still breaks it. ![image](https://github.com/nushell/nushell/assets/343840/134edebe-53a9-497c-8286-f077782d1857) I can do `ls` from `pwsh.exe` as my shell but I cannot run nushell or...

For those watching, jack, ian and i were playing around with this in open-mic on discord and discovered that this (my reported problem above) is indeed and issue but _NOT_...

Let's move forward with this PR and keep working on it.

I imagine there are a few other commands this technique could be implemented on. It would be good if there could be an example that demonstrates something like this `ls...

We have a PR that may help with this, but it's not landed yet. What about adding `| ansi strip`?

You could also try setting this in your terminal or config.nu file. `$env.config.use_ansi_coloring = false`. PR https://github.com/nushell/nushell/pull/11494 - Feel free to test this out and let us know if it...