GCastilho

Results 7 comments of GCastilho

I'm having the same issue Another workaround would be: ```diff - import 'chai/register-should' + import { should } from 'chai' + should() ```

Sadly, no. I switched to [Nano Node Monitor](https://github.com/NanoTools/nanoNodeMonitor) instead. Doesn't have the same features but it's good enough for now :disappointed:

Yes, I've used the easy install method Here is [the REDRIVER2.dmp file](https://mega.nz/file/QcgSVZwY#4jL674fK40F4cBxYabUKYuxF-zj8kUxV_87O0j2sedY). I could't upload it to github so I uploaded it to MEGA

I just like to suggest a way to prevent load from running whatsoever, I think these suggested methods can also be used to implement such functionality My use for this...

@nonphoto Yes, that's one of the ideas. There is more discussion about this topic on #2252

The ideas presented in #3102 seems really good, like: ```prisma directive Email { type String validate } directive Salary { type Number validate v => v > 0 } ```...

@mmahalwy you mean like passing this validators when instantiating the `PrismaClient`? But then the prisma schema won't be the "single source of truth" anymore