Darren Schroeder

Results 2076 comments of Darren Schroeder

I believe this is a reedline thing that needs to be added there first. There was a start to it here I believe https://github.com/nushell/reedline/pull/802

This is clearly failing in chrono which we have little control over. You can see here that it thinks the year is 57,357. Apparently chrono doesn't know how to handle...

A nushell way to count digits in a number in case we wanted to rustify it and check for the number of digits before we pass it off to chrono....

We should stop using chrono and switch to jiff. At least then we'd get an error something like this. ```nushell ❯ 1747847038000 | dt format %s Error: × Error converting...

> Would it make sense to instead just tweak the `column_not_found` error message a bit? Something like `Column not found, or not all values contain a value for it. Try...

probably a reedline issue as well. you can try to repro in the demo example to see for sure.

Thanks for the research. It would be great to get this fixed.

since we use uu_cp from uutils/coreutils it would be good to understand if this problem is upstream or in our code.