Casey Allred
Casey Allred
Right now I can serialize a `DateTime`, but I cannot Deserialize it. ``` serde_json::to_string(&local_time); ``` produces "2020-05-01T04:45:00MDT" but ``` let undo: DateTime = serde_json::from_str("\"2020-05-01T04:45:00MDT\"").expect("it all to work"); ``` gives a...
**Describe the bug** Errors that occur in a list of items do not have the index in the path. **To Reproduce** Steps to reproduce the behavior: Building off the actix_web...
I have a program with two databases. One MySQL and one Postgres where I am syncing data from one to the other. Is that possible with sqlx? What is the...
### Current Behavior: In the image describing the OCF Conversion Diagram on the [architecture page](https://open-cap-table-coalition.github.io/Open-Cap-Format-OCF/explainers/Architecture/) the SAFEConversionMechanism is listed twice. Also, the 'A' in "AutomaticConversionOnDateTrigger" isn't bold like the rest...