Yiming Cao

Results 248 comments of Yiming Cao

Hi @sanny-io , really appreciate your sponsorship. It means a lot to us! We're glad you've found ZenStack helpful. As to this feature request, I agree it's a very nice...

Hi @LeUKi , the `@zenstackhq/server` package actually has a fastify adapter https://zenstack.dev/docs/reference/server-adapters/fastify Have you looked at it? I've never tried using it with NestJS though.

Hi @svengau , thank for filing this. The inconsistency feels like a bug to me and not by intention. I'll check why it's the case. Is it urgent for you?

Hello @lildude , any chance we can get this merged soon? Thank you!

> I've encountered an issue with custom Zod plugins in ZenStack's CLI. The generation order is incorrect, causing Zod type checks to fail. > > ``` > ✔ Generating Prisma...

> @ymc9 Sure. > > ``` > datasource db { > provider = 'sqlite' > url = 'file:../data/dev.sqlite' > } > > generator client { > provider = "prisma-client-js" >...

> // Base model for ListItem > model ListItem { > id String @id @db.Uuid() > value String > contentType String > > @@delegate(contentType) > } > > // AppItem...

> i don't have this specific error anymore in the newer versions of zenstack, (about --output flag: i didn't tried), from my perspective this issue can be closed Thanks for...

> I should add to my previous response: If I set an output path, I get a type checking error and generate stops early. If I don't specify output, the...