Andre Rabold
Andre Rabold
Thanks for your suggestion. That would certainly make sense. As a workaround, for local testing, you can redefine `console.warn` as an empty function: ```ts console.log = () => {}; //...
I haven't used Python with Lambda at all yet, so I really have no idea how things would work. I believe this can be added easily with the latest version...
I've ended up patching `@nestjs/swagger` like this: ```diff diff --git a/node_modules/@nestjs/swagger/dist/services/schema-object-factory.js b/node_modules/@nestjs/swagger/dist/services/schema-object-factory.js index b5c6978..dd9883a 100644 --- a/node_modules/@nestjs/swagger/dist/services/schema-object-factory.js +++ b/node_modules/@nestjs/swagger/dist/services/schema-object-factory.js @@ -167,16 +167,16 @@ class SchemaObjectFactory { } const enumName =...
Same issue here when using `react-phone-number-input`.