Ondřej Švanda

Results 99 comments of Ondřej Švanda

Closing for lack of response. In case anyone has a similar problem, please open a new issue.

Thanks for pointing this out, I'll check it out. The issue with factory proxy providers is that the injection mechanism has to be basically re-implemented from scratch, so it's not...

I stumbled upon the same thing. A lot of the times, we want to add special examples or description to existing schemas used in different contexts, but I was bummed...

That makes sense to me, something like ```ts extendZodWithOpenApi(z, { chainingBehavior: 'merge' // 'override' // or perhaps mergeChained: true // default false }) ``` You'd need to define a new...

I've been thinking about adding a bunch of other logs for debugging, akin to https://github.com/nestjs/nest/pull/7910. This issue could be implemented together with it.

I'm thinking of these possible options: - `CLS_DEBUG=true` - enables only debug logs from this library - `NEST_DEBUG=true` - enables debug logs for Nest and this library - `NEST_DEBUG=true` -...

> why the NEST_DEBUG for control over NestJS logs themselves `NEST_DEBUG` already controls NestJS's own debug logs when it is set to any value. I was thinking I could use...

Added in https://github.com/Papooch/nestjs-cls/releases/tag/nestjs-cls%406.2.0

Good news and an interesting read, thanks! Feel free to create a PR to update the docs if you have the time, otherwise I'll get to it eventually :)