Andrey Chalkin

Results 65 comments of Andrey Chalkin

> Out of curiosity, is there anything in Fastify 4 that prevents v3 (this lib) from working correctly? I have lots of deps that (currently) make it impossible to move...

@unematiii, Just released [v3.12.0](https://github.com/L2jLiga/fastify-decorators/releases/tag/v3.12.0) with Fastify v4 support.

There's currently 2 limitations which prevents type providers from work: 1. FastifyInstance type is lost in controllers/services, hence they don't know about selected type provider 2. Typescript currently can't infer...

Hi there, could you provide some samples to clearly understand your idea?

Even if you're not sure let's keep this open, I need some time to think about, unfortunately I didn't have much time to work on library last year, hope this...

Released in [`v3.13.0`](https://github.com/L2jLiga/fastify-decorators/releases/tag/v3.13.0) 🎉 Will close when after porting to v4

Fix released in [v3.12.0](https://github.com/L2jLiga/fastify-decorators/releases/tag/v3.12.0) will close after fixing in v4

Hi there, in #321 I removed references from `matchers.d.ts`. ~To solve this issues I think we can create `_jest.ts` file under `@ngneat/spectator` which will not export `mock.ts` from `@ngneat/spectator` and...

@d3viant0ne, @michael-ciniawsky any updates on this?

Hey, @filipesilva, Why to not to use `coverage-instanbul-loader`? In my point of vision it's great way to get code coverage. Either way Angular pin all dependencies. (just I'm happened with...