sinclairzx81

Results 171 comments of sinclairzx81

@RafaelGSS Hi! I think exporting `FastifyPluginAsyncTypebox` on the `@fastify/type-provider-typebox` package would be ok. I am wondering though if it would be beneficial to have Fastify export a few core utility...

@ansarizafar Just released a new version of this project (which is a complete rebuild). Most of the existing functionality has been retained, however the API's have been modernized inline with...

Hiya, Going to close this issue off as it's stale. This project has been overhauled and can now be installed via. ```bash $ npm install @sinclair/smoke ``` It should run...

Hiya, and you're welcome :D I have been considering re-adding lib.d.ts by default. However for some historical context, below are some of the reasons for its removal. - There were...

@benevbright Hi, TypeBox doesn't implement string formats by default, so you will need to specify these yourself. This is somewhat similar to Ajv where formats are typically loaded via the...

@waikikamoukow Hi! > I looked into using ioredis-mock for the MemoryStore but realised that actually MemoryStore isn't required when using ioredis-mock because you can plug it straight into the regular...

@waikikamoukow Hi, > I've update MemoryStore to use ioredis-mock. This has made it basically a clone of RedisStore since it implements the same interface as ioredis. Yup, that's fine :)...

@waikikamoukow Heya! Yeah, this looks likely to be a validation issue. Will take a look at this this evening :) Cheers!

@waikikamoukow Heya, So, have had a look at this. Unfortunately, I don't think there's going to be much I can do in the short term to solve for partial `$push`...

@mcollina Hi! Automatic type coercion can be achieved with TypeBox Transforms + overriding the Fastify preSerialization and validationCompiler request/response phases. This hasn't been integrated into the provider yet (but there...