Yiming Cao
Yiming Cao
> Hello :) Is There no plan to write nestJs doc? or Just I do with nestjs ? Hi @greedy-brady , we don't have a guide yet but we do...
Hi @ivi3 , good catch! I think the reason is JSON:API spec requires the [id field always to be a string](https://jsonapi.org/format/#document-resource-object-identification). But it's bad to be inconsistent with the server...
Seems to be a zod issue: https://github.com/colinhacks/zod/issues/2184 Downgrading to zod 3.21.1 worked for me.
Hi @bvkimball , thank you for filing this FR with a great explanation! If I'm understanding it correctly, the proposal covers two aspects: 1. A way of passing extra variables...
Thanks for reporting this, guys. I'll try to reproduce and hopefully make a fix soon!
Hi @iamfj @baenie , could you try if the new 2.1.1 release fixed the issue?
Hit similar issue here with pnpm 8.6.0
Hi @Tsimopak , a late follow up here 😄. ZenStack uses standard node.js module resolution to resolve imported zmodel files (by calling `require.resolve`) , so the imported package need to...
Hi @OiAnthony , thanks for reporting this. Yes, ZenStack relies on reading uncommitted changes to enforce access policies. For the specific case of checking readability after creating, we can do...
Added to [limitations](https://zenstack.dev/docs/reference/limitations#minimum-transaction-isolation-level)