Jackie McDoniel

Results 231 comments of Jackie McDoniel

> Any updates on this pull request? @EvilCheetah If you need this, I've created [`@nest-lab/fastify-multer`](https://github.com/jmcdo29/nest-lab) as an intermediary and to allow for file uploads with fastify as the HTTP adapter....

@skliarovartem just saw this message, you can use an interceptor to do some request logging in interceptors. That's what I've done with [Ogma](https://github.com/jmcdo29/ogma). It's also got optional request scoping so...

Another option that has been found for changing that path is by making a custom provider that sets the metadata of the class like the following: ```ts { provide: Symbol('CONTROLLER_HACK'),...

I'm aware that this in itself is a huge PR. If t would be more beneficial and easier to review I can split this up into four or so PRs...

> @jmcdo29 idk if already know but you could add the following to `jest.config.js`/`jest.integration.js`: > > ```js > globals: { > 'ts-jest': { > // Disable type-checking ability and some...

I'll eventually come back to this in smaller batches so it's not such a huge change to look at

Does this also still add a `notFoundHandler` and an `errorHandler` to the `'/'` route, even when there are multiple applications being created? So in the above example there is the...

What would happen if someone set `notFoundHandler: true` on both? Would it come around to the same issue? Would that be something that could be warned against from the factory?

Your socketio version ol for the `public/index.html` is v4 which is incompatible with socketio v2 (what nest uses for the server). Please downgrade your client and check again