Lila Rest
Lila Rest
**Is your feature request related to a problem? Please describe.** Prisma introduces the concept of “_Extensions_”, which enable the insertion of custom business logic before a query is sent to...
**Is your feature request related to a problem? Please describe.** Actually, once a policy is violated, ZenStack returns the following error object, which is not super descriptive for consumers. That...
**Is your feature request related to a problem? Please describe.** Currently ZenStack doesn't support counts on delegates, as explained in [this page](https://zenstack.dev/docs/guides/polymorphism#limitations) of the documentation. ![CleanShot 2024-09-19 at 17 28...
**Describe the solution you'd like** To avoid repeating multiple time the condition of an access policy which is error-prone and harder to maintain, the `@@allow` and `@@deny` statements in ZModels...
Hey there! I just spent 3 hours fixing an `XMLHttpRequest is not defined` error that occurred when running the serverless driver on edge runtime (CF Pages in this case). The...
Hey! We just upgraded to Tailwind 4.x and our builds were failing with the following error: `TypeError: undefined is not a function` After disabling the `tailwindcss-capsize`, the issue is gone....
Hello @ljharb! First, thanks for all the hard work on your libraries. Our NextJS builds are failing with the following error since our last dependencies upgrade: ``` Dynamic Code Evaluation...