Yiming Cao
Yiming Cao
Yes, Supabase function is a good use case. Do you currently use it? I was thinking that Supabase function users will most likely use it together with RLS, although I...
Got it. Yes, that makes very good sense. I think we can add a new switch "--plugin [name]" to the CLI (which can be provided multiple times) to explicitly specify...
> yes! I want to use react query v5. But react query v5 is not compatible with trpc v10. So I need to use trpc v11... which is not compatible...
Having a conversation with trpc maintainers here: https://discord.com/channels/867764511159091230/1200854658915242004
> Hi! has there been any update on this feature request? Is this fixed in v2? Not yet. It was blocked by a typing breaking change on tRPC side. Let...
Created a new thread on trpc's dicord: https://discord.com/channels/867764511159091230/1266837300235735070
Fixed in 2.5.0
Hey @Jonatthu , I'm glad you see potential in this project! I'd like to understand the scenario better. Do you plan to use ZModel as an authoring tool for generating...
Got it. Thank you for giving the reference project. Let me look into it. ZenStack has a plugin mechanism similar to Prisma's generators. A plugin can traverse the parsed ZModel...
Hi @Jonatthu , my apologies that there isn't detailed documentation about writing plugins yet. The best reference for the time being are the implementation of various existing ones, e.g.: https://github.com/zenstackhq/zenstack/tree/main/packages/plugins/openapi...