Yiming Cao
Yiming Cao
Hey @jasonmacdonald , thanks for the wait. I checked the code and here're my thoughts: - First we can introduce a VSCode extension setting to specify the "entry point" zmodel...
> > Hey @jasonmacdonald , thanks for the wait. I checked the code and here're my thoughts: > > > > * First we can introduce a VSCode extension setting...
> hi @ymc9 - following up :) Sorry for the late response @j0rdanba1n The change looks great to me. I'm merging it. Is it blocking you now? If so, we...
> Would you be open to this feature (or something similar)? I have a use case where I want to make a large number of modifications to the schema based...
Thanks for the explanation @chunkerchunker . The ZModel AST is a grey area of ZenStack's "API", since the surface is really wide. It's fairly stable now and usually things are...
> @ymc9 Did you want me to make any changes to this before considering it? I also don't mind just waiting until 3.0 if there's a cleaner approach you have...
Hi @onimitch , my apologies for the late response. I tried with v2.7.4 and it seems to work (with or without a custom prisma client output location). It may have...
> model AuthUser { > @@auth > id String @id > } > > model User { > id String @id @default(cuid()) > } Hi @onimitch , thanks for filing...
Btw, v2.9 will allow to use a "type" as "@@auth" so you don't need to use the "@@ignore" hack anymore.
Closing for now. Please feel free to reactivate if it's still an issue.