Darren Schroeder

Results 2074 comments of Darren Schroeder

It's unfortunate but someone may need to fork calamine into calamine-rs to get support here. It's been a month with no response really.

It's probably niche but it's one of @andrasio's commands that I'm guessing he used in his covid analysis long ago. Out of respect, I'd rather get his opinion, if he...

Ah, this should be an example too, showing that you need to group-by first. ```nushell ❯ [[first_name, last_name, rusty_at, type]; [Andrés, Robalino, "10/11/2013", A], [JT, Turner, "10/12/2013", B], [Yehuda, Katz,...

I kind of like how this groups and splits by two different things. ```nushell ls | update modified {format date %D} | group-by type | split-by modified | table -e...

I don't want to lose this command. Let's just keep it.

I've tested the command above and changed it slightly to make it work. ```nushell ls | update modified {format date %D} | group-by modified type | table -e ``` I'm...

> Just checking, will this only add the column on macOS? One consideration: do we want to ensure the columns are consistent between platforms, for cross scripting reliability? yes, it's...

I can look into adding start_time on all platforms where it's missing. It's just very difficult to do it in 1 PR because you typically write a PR on one...

macos, linux, windows all have start_time now.

Sounds good. I'm not sure which terminals support this "prompt erasure" other than Ghostty and Kitty. I commonly test with WezTerm, Alacritty, Windows Terminal, Ghostty, iTerm2, Tabby, gnome-terminal, and maybe...