David McKeone

Results 4 issues of David McKeone

**Is your feature request related to a problem? Please describe.** Easier use of `validationSchema` in child Component **Describe the solution you'd like** `const schema = useFormValidationSchema()` More details in stackblitz...

✨ enhancement

### Description When using `msgspec` for an OpenAPI (JSON Schema) API, I observed something: The ability to create dynamic subsets/partials of other `Struct`s for encoding/decoding purposes may be useful. For...

There are several response compression libraries out there for Sanic, but they are mostly out of date, and none support the more complex streaming and chunked response case. Using a...

**Describe the bug** When using `anyOf` for an optional field, validation criteria are not generated. **Minimal reproduction** ```json "first_name": { "type": "string", "minLength": 1 "maxLength": 30 } ``` The above...