Ben Hart
Ben Hart
relates to issue https://github.com/typeclasses/haskell-phrasebook/issues/13 includes the content from the jumping off point provided, examples with a custom data type as key, map insertion, set behaviours including insert, union, difference.
just as a tester for benchmarking, had to introduce `error` to get around the missing MonadFail instance for `PutM`
I can't seem to construct a multi-field argument without several errors: Here's what I have so far: ``` type QuoteGQL = GQLAPI.Object "QuoteGQL" '[] '[ GQLAPI.Argument "symbol" Text :> GQLAPI.Field...
when I start dragging in firefox mac, the item dragged is just removed from its parent array and the drag never properly starts. seems to work fine on firefox windows...
when a property is missing from an object, for example, the whole JSON structure is returned without any specific mismatch information under the error 'NotOneOfOptions' this makes debugging a schema...
Decimal, Integer, BigInt support please!
Would be great to automate the schema creation - even if it's crude at first, as a developer tool. Admittedly, in many cases this may be an anti-pattern, however it...
it would be useful to have higher order types defined which can be supplied with a parameter, such as: ``` $schema wrapper $type $object $property-name "tag" $property-schema $string $property-name "contents"...
would be great to have an `$include` syntax, in the form: `$include as x` - to import the Start schema in that file as an an available schema under name...
in addition to the `string-values` options, there ought to be regex support for the definition of dates, phone numbers, emails, etc.