Max Lo
Max Lo
vscode + tabnine (enabled beta version), win10, 5900x, consistently crashing my whole system (kernel power: 41) after doing ctrl+space a few times. thought it was my unstable CPU at first...
@msavara I have since moved on to using GitHub Copilot and I must say that it has been a much better experience than with TabNine, not saying that tabnine is...
Follow the instructions here: https://fastify.dev/docs/latest/Reference/Type-Providers/#type-definition-of-fastifyinstance--typeprovider, you need to add `TypeBoxTypeProvider` to `FastifyInstance` and use that instead.
> > Follow the instructions here: [fastify.dev/docs/latest/Reference/Type-Providers#type-definition-of-fastifyinstance--typeprovider](https://fastify.dev/docs/latest/Reference/Type-Providers/#type-definition-of-fastifyinstance--typeprovider), you need to add `TypeBoxTypeProvider` to `FastifyInstance` and use that instead. > > In my example, the type of `server` seems to be...