Skip to content

issues Search Results · repo:zenstackhq/zenstack language:TypeScript

Filter by

771 results
 (90 ms)

771 results

inzenstackhq/zenstack (press backspace or delete to remove)

Thanks for this awesome library, I ve got a huge schema, and it saved me hours of dev. I would like to propose a small feature request to have a more flexible way to handle omitted fields. When a field ...
  • svengau
  • 2
  • Opened 
    2 days ago
  • #2201

Description and expected behavior When running zenstack generate, the generation fails during the Generating Zod schemas phase with the following error: Error compiling generated code: ../../node_modules/zod/v4/classic/schemas.d.cts:455:31 ...
  • reznakt
  • 2
  • Opened 
    7 days ago
  • #2193

Is your feature request related to a problem? Please describe. My current packages are dependent on zod v4 , but the generated zenstack scehmas are in zod v3, causing integration issues. Describe the ...
  • DawidWraga
  • 1
  • Opened 
    8 days ago
  • #2189

Is your feature request related to a problem? Please describe. In the schema.zmodel we can express the bulk of our authorization related rules. It would be amazing if this would automatically be included ...
  • lsmith77
  • Opened 
    15 days ago
  • #2179

Is your feature request related to a problem? Please describe. It is a common pattern to have a model user exposed as /users and /users/123, ie. the URL to the collection is the pluralized model name. ...
  • lsmith77
  • 2
  • Opened 
    16 days ago
  • #2178

DynamicClientExtensionThis Thanks for making the fix @genu ! These types can indeed be imported directly from @prisma/client/runtime/library instead. The code changes look good to me, and I ll make some ...
  • genu
  • 7
  • Opened 
    19 days ago
  • #2175

I have found that even excluding the zod plugin it always gets included and generated, it seems to ignore being excluded. See Discord thread: https://discord.com/channels/1035538056146595961/1389453741740134430 ...
  • hongkongkiwi
  • 7
  • Opened 
    23 days ago
  • #2170

Description and expected behavior In prisma using @@ignore on a model seems to disable all model validation, which is not the case for zModel. The following model works fine in Prisma but fails in zModel ...
  • lsmith77
  • Opened 
    24 days ago
  • #2169

Description and expected behavior When using new prisma-client generator, typescript types are not generated. They are referenced in the generated models, but the types themselves are not created. Causing ...
in-progress
  • genu
  • 1
  • Opened 
    24 days ago
  • #2168

Is your feature request related to a problem? Please describe. The types do not prevent me from passing a plain PrismaClient instance where an Enhanced PrismaClient is expected. For example, the following ...
  • jagodin
  • Opened 
    on Jun 26
  • #2166
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub