Ziad Beyens

Results 91 comments of Ziad Beyens

Looks to be fixed in https://platejs.org/

Thanks for the video, got a hard time to reproduce it 😅

The blur origin is in the dialog. Would you like to implement this fix in this PR? https://github.com/shadcn-ui/ui/issues/2363#issuecomment-1951582571

Here are the informations. ```prisma generator client { provider = "prisma-client-js" previewFeatures = ["fullTextSearch", "fullTextIndex", "driverAdapters"] } generator jsonSchema { provider = "prisma-json-schema-generator" includeRequiredFields = "true" } generator kysely {...

These are the logs: ```bash # volunteer has the same relations than certificate [0] prisma:query -- Implicit "BEGIN" query via underlying driver [0] prisma:query SELECT `odycraft`.`volunteers`.`id`, `odycraft`.`volunteers`.`characterId`, `odycraft`.`volunteers`.`cause`, `odycraft`.`volunteers`.`endDate`, `odycraft`.`volunteers`.`highlights`,...

Thanks for your research! I have created the issue there

I'd love for this issue to be resolved so I can deploy my admin page on CF (which is edge-only).

I am using `next-admin` that relies on `Prisma.dmmf` to generate the pages based on the schema, see https://github.com/premieroctet/next-admin/issues/273#issuecomment-2117701216

We use renovate in Plate https://github.com/udecode/plate/blob/main/renovate.json, `dependencyDashboardApproval` is important to set to avoid PR flood

Thanks for the review @SmilinBrian ! This is the "possible regression" part I was thinking of. Unfortunately, we don't have unit tests that would help to identify these **critical errors**....