Calum Sieppert
Calum Sieppert
Thanks for making this! I didn't see this in the docs so I thought I'd mention it here: when registering a custom `JsonConverter` for a type in `JsonFSharpTypes` (e.g. records),...
I get HTTP Error 502.3 - Bad Gateway for any of the pages from `docs` 
### Clear and concise description of the problem It would be great to have an Electron mode for browser mode so that Electron apps could be tested easily. Currently, to...
Resolves #453 : https://github.com/haf/expecto/pull/511/commits/79f6e21881ae566036a22bbf0f1879454bf5784a Also fixes the replay config so fscheck 3 will skip directly to the failing case: https://github.com/haf/expecto/pull/511/files/79f6e21881ae566036a22bbf0f1879454bf5784a..701746a1b3a2773ab9a011b221ce15e2f9345d0e
### What happens? When running an `update` query with a mysql target table, the generated mysql code appears to be invalid: ``` DuckDB.NET.Data.DuckDBException (0x0000001C): IO Error: Failed to run query...
The grammar seems to have extra indentation requirements for function expressions, such that expressions after deindented function expression rules fail to parse. This formatting is the default in fantomas These...
After switching from v1.1.1 to v1.2.1, I started getting the following errors when inserting with timestamp fields, seemingly due to an incorrect format being used for `DateTime` (and `DateTimeOffset`) values...
I ran into a deadlock in my tests where a `printf` call in my code was blocked. By attaching to the process using a debugger I could see in another...
For example: ```diff diff --git a/test/corpus/patterns.txt b/test/corpus/patterns.txt index e2ae7a1..0b4177d 100644 --- a/test/corpus/patterns.txt +++ b/test/corpus/patterns.txt @@ -270,6 +270,24 @@ let f = (const (unit)))))))) +================================================================================ +multiline record patterns +================================================================================ + +type...
Closes #309