Dama Lo

Results 15 comments of Dama Lo
trafficstars

@samchon thank you very much, can i just set ` "strict": false`?

@manast I am facing the same. I am developing a realtime AI and Image convertion tool. The user use `Server Sent Event` to push some image to my server, and...

@manast yes, my description was a bit unclear. i use https://github.com/Azure/fetch-event-source, it can post some date to server and server response data using SSE. Thank you. I think what you...

@Tony133, I need a configuration in nest to close some route log. like this `fastify.register(require('./routes/your-route'), { logLevel: 'silent' }) `

I found the key code. I'll try modifying it. https://github.com/nestjs/nest/tree/master/packages/platform-fastify/decorators https://github.com/nestjs/nest/blob/master/packages/platform-fastify/adapters/fastify-adapter.ts#L726

I have already completed this work, but I encountered an issue that is preventing me from submitting the PR. I installed the source code for `platform-fastify`, but it reported many...

@iiAku This custom-logger is very simple.I want to log everything from request to response for an API, but it can't be done because it lacks trace ID or request ID...

If anyone else wants this feature, please help by submitting a PR. I encountered unsolvable type issues in my environment and cannot resolve them at the moment.

@kamilmysliwiec I previously discovered an problem. I have a requirement to log the request body and response body. When I used Nest's middleware or interceptor, I can access request body,...

@0x0bit https://nestia.io/docs/core/TypedRoute/ just change decorators and use interface instead of dto class.