Mary McGrath
Mary McGrath
@quinnj I'm thinking about building out some infrastructure for pooling connections (similar to the js [mysql package](https://github.com/mysqljs/mysql)). A few questions: 1. Is this already part of the overhaul? (I'm exited...
Instead of treating a missing field as a `Nothing` type when generating types, instead use `Missing`. If the struct is mutable, default the fields with `Missing` types to `missing` on...
The below snippet fails due to the double trailing newlines: ``` JSON3.read("1\n\n2\n\n";jsonlines=true) ``` Exception: ``` ERROR: ArgumentError: invalid JSON at byte position 7 while parsing type JSON3.Array: error 1 2...
Check that a constructed `Date` has a year that's within the range of the type's min and max values. Closes #50981