Meir Keller
Meir Keller
This is something that would be very helpful. I tried it out with one of my projects that is using NestJS with Fastify. ```ts @Get('foo') foo(@Req() req: FastifyRequest) { req.log.setBindings({...
### Reproduction Steps for the First Issue: To reproduce the first issue regarding the incorrect import statement, follow these steps: ```ts import { Node, printNode } from '@ovotech/ts-compose'; // Debugging...
@orpilosof21 Thanks!