Darren Schroeder

Results 2076 comments of Darren Schroeder

What are "TOML dates"? How do they differ?

Ah, ok. So, it has to be RFC3339 format. That should be an easy update somewhere in the to/from toml code for anyone interested in changing it.

I was trying to keep it as simple as possible. How would you see text and blob working?

I'm definitely not against augmenting `stor` to create the full breadth of sqlite datatypes. So, if someone wants to give this a shot, have at it.

Seems like a bug, but this works. ```nushell cargo search nu_plugin_ --limit 10 | lines | first 10 | each {$in | detect columns -n} | flatten | get column0...

Do you have any sample data to play around with that demonstrates the problem?

It could be helpful if `is-empty` would detect missing as well. But `--skip-missing` may be helpful too.

I think it's your regex because you're telling it to look for \r or \n and both \n and \r\n end with \n. you might be able to change your...

Seems reasonable. At one time we were trying not to add --regex parameters to commands, but I'm not sure why. I'm hoping that ship has sailed. The `parse` command does...

I think this is cool looking but I'm not really sure of the value. I could go either way on it.