Darren Schroeder
Darren Schroeder
I'm guessing you could probably check for this newline behavior in the source code to the open command and fix this.
I've seen something similar to this with reedline https://github.com/nushell/reedline/issues/398. This is kind of more evidence that it is an issue only present on windows.
It looks to me like maybe `serde_urlencoded::from_str` is maybe only meant for parsing things other than the protocol and host. I guess that would mean that `from url` may be...
I'm not sure. I don't even remember who the author was of that command.
I think the point is to tie into the other `url` commands and parse a url with the host, path, query, scheme, and any other parts. I kind of see...
@webbedspace The problem with having the inner table as a record is that you can't do get 0 and return key p and value section. So, what is this command...
I think this looks good, except I'm not sure what the `record` command is?
Agreed that this is a good conversation to have. It may also be good to have an official blessed command like `config set key value`/`config get key` with better error...
I'm kind of conflicted with this PR. I may be the only one. 1. I don't use many of the sqlite commands at all, until I need them. 2. When...
I'm going to take a whirl at moving these into a plugin. It should be an interesting test.