David Vaness
David Vaness
@davidholsgrove ping. I would also prefer if this could be moved over
I had the same issue in nestjs but only during production build. Turns out, when I moved the @types/multer from devDependencies to dependencies it worked 🤷🏼♂️
> I have added it in the `types` field of the `compilerOptions` in my `tsconfig.json` so it won't get removed as unused import from my ide. > > ```json >...
Thanks for the quick reply @samchon! Looking at your code [here](https://github.com/samchon/backend/tree/master/test), you removed jest completely, but you replaced it with your own testing framework. I believe this works for smaller...
> @DavidVaness By the way, I'd actually used my testing approaches in many commercial projects. > > This is not a commercial, but an open source project that would be...
@BenLorantfy excited you started maintaining this package. Given @kamilmysliwiec idea to make an official package, what about transferring it to the nestjs org to ensure this stays maintained going forward?...
Hi @BenLorantfy, any updates on this? Zod4 has released so I wanted to re-visit this issue: I see some of the requested changes by Kamil have been implemented for nestjs-zod@v5...
> Currently, to make monorepo SDK generation working, you should generate SDK library per each package. > > If you want to make it advance, can you give me a...
Also stumbled into this today, would be really helpful