Bram del Canho
Bram del Canho
Fix for discussion: https://github.com/fastify/fastify/discussions/5311
I added a way to add refs to your schema and modified the type provider correctly for when this PR is accepted: https://github.com/fastify/fastify/discussions/5311
Fix for discussion: https://github.com/fastify/fastify/discussions/5311 An update on a previous PR This improved PR includes: - Breaking changes with separate providers for both the validation and serialization stages - Docs for...
# Why This option is to enable background streaming using react-native-google-cast. https://github.com/react-native-google-cast/react-native-google-cast/blob/main/src/api/useCastSession.ts > This is primarily targeted at iOS which by default [suspends sessions when backgrounded](https://developers.google.com/cast/docs/reference/ios/interface_g_c_k_cast_options#a0edf44953049a7d888847745a387c9dc). Alternatively, you can set...
**fix(expo): use internal expo plugin** & **docs(expo): updated docs** - Updated the internal expo plugin and added the correct docs on how to use it. **chore: fixed testsuite and linting**...
This PR adds refs to component schemas in the swagger docs. An example on how to use refs: ``` const schemas = { Category: z.object({ ... }), Group: z.object({ ......
I modified the type provider to work correctly with the changes in this PR, which has been added to fastify v5: [PR](https://github.com/fastify/fastify/pull/5427) [Discussion](https://github.com/fastify/fastify/discussions/5311)
- Added support for [email protected] - Added refs - Changed ResponseValidationError - Throw correct error when input is invalid - Updated dependencies - Switched to eslint flat config This is...
### Library https://github.com/react-native-google-cast/react-native-google-cast ### Summary The expo plugin just got [added ](https://github.com/react-native-google-cast/react-native-google-cast/pull/522)to the project itself, so there is no need for it being included in this project. ### Any existing...
I recently needed the option base64Strategy in zod-to-json-schema to handle binary files. So I added a way to pass additional options to zod-to-json-schema.