Yiming Cao

Results 248 comments of Yiming Cao

> Same issue for generated Zod schemas as well. > > ``` > import { ModelUpdateScalarSchema } from "@zenstackhq/runtime/zod/models"; > ^^^^^^^^^^^^^^^^^^^^^ > SyntaxError: Named export 'ModelUpdateScalarSchema' not found. The requested...

Hi @tylergets , ZenStack doesn't integrate with Prisma migrate in any way today. If it does that I think it should do it in a way that's integrated with other...

Hey @andrictham , thanks for the wait! I think I don't fully understand the versioning scenario yet. Here's my confusion. In the "expand and contract" process, when you take the...

Maybe something like "partial models" can mitigate this problem? Like: ```prisma model Post { id Int @id title String } model Post { @@allow(...) } ``` The two `Post` models...

> > Maybe something like "partial models" can mitigate this problem? Like: > > > > > > ```prisma > > > model Post { > > > id Int...

Got it. I've put it into V2 milestone and will continue prioritize.

> **Is your feature request related to a problem? Please describe.** I'm building a Next.js app and using zenstack + react-query hooks. I want to prefetch a query when hovering...

> @ymc9 that would definitely be helpful. For context, I'm following this guide from `react-query`: https://tanstack.com/query/latest/docs/framework/react/guides/advanced-ssr. > > To properly handle the prefetch, we would need easy access to both...

Hi @Ataraxy , thanks for filing this and the proposal. First of all, since Prisma client extension is not part of the schema, ZenStack doesn't really have knowledge of it....

Hi @rkawajan , using with Deno is completely untested and I guess it'll require a good amount of work to support. How important is this to you? Do you mind...