Darren Schroeder

Results 2077 comments of Darren Schroeder

0.89.1 is the latest main branch. you'd have to build from source code to test that.

This is upstream https://github.com/technologicalMayhem/human-date-parser/blob/a87d39c963fadbef1a9fbb06214497d83420d564/src/lib.rs#L186 where they're doing an unwrap() and shouldn't. Not sure what to do about it here.

I feel like I'd be sad to see it go. I kind of like nushell-y-ness of `'In 5 minutes and 30 seconds' | into datetime`

i believe this was fixed recently, please ping me if it's not fixed on the latest main branch and i'll reopen.

This is a little closer but not exactly what you're looking for but you could probably manipulate these results further to get the output you're looking for. ```nushell ❯ open...

Thanks @dmatos2012 for another great PR! I'm wondering if uuname can just return the data instead of printing it out? It would be great to have something closer to $nu.os-info....

ya, i think it would be more nushell-y just to print out a record if we can get the information.

Not quite right but looking better. ``` ❯ uname ╭──────────────────┬─────────────────────────╮ │ kernel-name │ Windows_NT │ │ nodename │ MYHOSTNAME │ │ kernel-release │ 10.0 │ │ kernel-version │ 22631 x86_64...

Looks good on my windows box. I'll try to test it on mac later. ``` ❯ uname ╭──────────────────┬─────────────────────────╮ │ kernel-name │ Windows_NT │ │ nodename │ MYHOSTNAME │ │ kernel-release...