Dmitrii Kartashev

Results 65 comments of Dmitrii Kartashev

Like this: https://www.prisma.io/docs/concepts/components/prisma-client/working-with-prismaclient/generating-prisma-client#using-a-custom-output-path And then in a monorepo you can pack it up in a package to use the same client with multiple backend servers and import it like `@yourcompany/yourpackage`...

Personally I'd be happy if CASL had no dependency on my types at all, making Prisma just an alternative query language with an added perk of being able to get...

In a week :) On vacation now, no access to anything where I can code.

Yup! Sorry for not trying it out earlier. The adapter generation needs a bit more in our scenario, where prisma client is treated as a separate package. * It needs...

For anyone interested - I believe here's the typing for `include`. I'd make a PR, but the best way to make this typed would be to rewrite everything with TS,...

I've also encountered this, and can add that this is a degradation from v1.x.x, worked fine there

Sure, though that's technically no different than just `unknown`. Honestly, it feels like a Typescript bug, but I'm not ready to champion a cause with Typescript. And they might think...

Since you're allowed to render a React component as a prop you can just wrap library's methods, like this, I believe. Ideally there would be no extra wrapper divs from...