Abdulkader El Rawas

Results 4 comments of Abdulkader El Rawas

I have a FilterDto like so ``` class FilterDto { @IsString() column: string; @IsEnum({ equals: 'equals', neq: 'not', gt: 'gt', lt: 'lt', gte: 'gte', lte: 'lte', in: 'in', nin: 'not',...

any news about merging this PR 😄 ?

@kamilmysliwiec here's a minimal repro [Reproduction Repo](https://github.com/abdulkaderelrawas/nestjs-swagger-bug) how to setup 1. clone 2. npm/yarn/pnpm i 3. pnpm start:dev 4. go to http://localhost:3000/docs 5. go to app -> bug endpoint 6....