Ziad Beyens

Results 121 issues of Ziad Beyens

## Problem I'm having this error when running ```tsx await prisma.characterEducation.delete({ where: { Character: { userId: ctx.userId, }, id: input.id, }, }); ``` > prisma:error VT12001: unsupported: subqueries in DML...

bug/1-unconfirmed
kind/bug
topic: mysql
team/client
topic: database-provider/planetscale
topic: driverAdapters
topic: @prisma/adapter-planetscale

### Discussed in https://github.com/udecode/plate/discussions/3005 Originally posted by **mstelz** February 29, 2024 Using NextJS I have an `app/api/route.ts` with the following: ```typescript export async function POST(request: Request) { const editor =...

plugin:deserialize-html
server

### Summary CloudFlare only supports edge runtime, so it would be nice to support it. Adding `export const runtime = 'edge'` throws this error: ``` ./node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]_@[email protected]_o5vmxd7xi4lgsgrvif33n2qymu/node_modules/@premieroctet/next-admin/dist/hooks/useRouterInternal.js:4:0 Module not found: Can't...

enhancement

### Description For such schema: ```prisma model Vote { id String @id @default(cuid()) userId String User User @relation(fields: [userId], references: [id], onDelete: Cascade) showId String? Show Show? @relation(fields: [showId], references:...

bug

### next-on-pages environment related information System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.4.0: Fri Mar 15 00:12:49 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6020 CPU: (10) arm64 Apple M2 Pro Memory: 32...

bug

### Description All specs still to be classified. ### Specs - #81

doc

# Editor Protocol - #80 - #2 - #11 - #33 - #78

doc

### Description Caption attached to a block ### Specs - Selection: - #79

doc

### Description Table ### Specs - Selection: - #26 - #27 - #28 - #29 - #15 - #18 - #16 - #17 - #30 - #31 - #12 -...

doc

https://user-images.githubusercontent.com/19695832/184662965-8e926370-bccf-4b06-82ea-ea763a148b3e.mp4 ### Given - ```tsx ``` ### When - ### Then - ```tsx ```

spec