Dimosthenis Kalaitzis
Dimosthenis Kalaitzis
> The solution provided by @fgarit-te also works for me in a Nuxt TS project. If you define store modules as separate files in `store` directory, then the file name...
I have already created a quick service like that, and you are free to modify it and add it to the core module. It currently looks like this: ``` import...
Hey, just for a notice, I went ahead and bypassed this. I created a wrapper module, and I instanciate the DynamicModule from it. ``` import * as azure from '@nestjs/azure-storage';...
What seemed to fix it for me was adding `prismaClient.$disconnect()` in the afterEach hook and reinstating the prismaClient in beforeEach.
> To confirm something: Are you all using `enum`s in your Prisma Schema? I am.
> Do you all actually _want_ to reset the database and re-migrate it or are you using it more as a way to ensure the database is empty? Then us...
The hate you got for this was really unjustified.
> this has been bugging me for a while now, > I had been scratching my head over what I did wrong with my code, turns out it is a...
It's definitely fixed for me, I am on 1.15.0.