Kristijan
Kristijan
Alright, fair enough. I might make a PR then when I have time.
I would like to note that this bug is still present. I have a header that has been deleted and his instance configuration is still present thus I am receiving...
Using the 'content' option of the ApiQuery decorator results in a schema with a structural error. As per OpenAPI v3 specification, each parameter must have either schema or content property...
I came up with a temporary workaround for this issue, a hack. Basically, it is possible to edit the document generated from the SwaggerModule before we serve it to the...
> First , how should this work not to be a breaking change? > > 1. if schema is defined use schema > 2. if type is defined use type...
I had an issue where I was receiving the error message ``` We couldn't create a new partition or locate an existing one. For more information, see the Setup log...
For mono-repo Have a package for your database e.g. "database-a" with the following: package.json ``` { ... "type": "module", "dependencies": { "@prisma/client": "^4.11.0", "prisma": "^4.11.0" } ... } ``` schema.prisma...