Darren Schroeder
Darren Schroeder
It's been a while since we implemented that code, but I believe nushell sends strings that contain ansi escape sequences. Here's an example (using nushell scripting) of how I build...
i'm sure it's possible. feel free to propose an api or submit a preliminary pr for us to look at. we'd like reedline to be as useful as possible.
Yup, would be convenient. For now you could do something like where 1758736528 is seconds. You could do something similar if your timestamp is milliseconds. Just change the math. ```nushell...
nufmt is pre-alpha and shouldn't be used. However, we'd accept PRs to make it better.
Seems like a bug. I'd guess that it's because `table` isn't fully a datatype. You can try this. It worked for me. It uses the record style table literal instead...
> Is there a chance this bug will be fixed in the future? yes. we've wanted to have a more robust table type for some time. all it takes is...
@Bahex any ideas about this one?
nice work. definitely seems like switches should definitely be bools.
> I'm going to fix it at the call site for now, Excellent! Thank you! > but we should reconsider if Type's default variant should be Nothing (or if it...