Darren Schroeder
Darren Schroeder
That's what I was thinking. I'm not saying no to this, but we have to think very carefully about adding features that are not supported on all platforms.
We should probably make these consistent. I'd support the `str join` flavor since that is the flavor that datetime literals use. We also have the date and datetime literals. ```nushell...
we have too many value to_string variants the way it is now so I wouldn't advocate another one.
isn't that rfc 3339?
> So what do we want? RFC 3339 > This seems right, it's RFC3339 indeed That's what I was thinking. When looking at the RFC the only difference I saw...
I looked at the RFC the other day and didn't see where it specifies precision either. Thanks
If you use auto-completion with file paths in Windows, you'll notice that it puts backticks around paths like you show above. That's only for the repl though.
We've wanted to have better VI keybinding functionality for a long time. You can see some of our brainstorming ideas https://github.com/nushell/reedline/issues/69, which is linked from the meta issue that you...
> Has outsourcing the modal editing logic to a third-party dependency been considered as an option? e.g. https://github.com/ulyssa/modalkit > > I would expect this to address the open issues regarding...
> I would like confirmation if it's okay to rely on an external library to take care of the editing or if only in-house tools are allowed for something this...