ad6025
ad6025
the queue handler fails to work when it is wrapped by the fetch handler..
is this library still supported?? => current library does not support cloudflare queue (the wrapper fails) or should we switch to this one? https://github.com/evanderkoogh/otel-cf-workers 
### Bug description Prisma 5.12 client for edge runtime disabled the [Prisma.dmmf] property for wasm client. for Pothos Graphql client, they need access to [Prisma.dmmf] property to render the graphql....
### Bug description Prisma 5.12.1 client has errors accessing postgress db when using with cloudflare workers and the new { previewFeatures = ["driverAdapters"] }. All queries using the PrismaClient() will...
this would be an awesome vcode extension to manage your prisma models in your code. can u convert thi app into a vscode extension?
In a Prisma+Pothos+CloudFlare Worker context the following error happens at boot. ``` ✘ [ERROR] Uncaught TypeError: Cannot read properties of undefined (reading 'find') at index.js:72422:45 in getDefaultFindBy at index.js:72446:25 in...
please update the peer dependencies for "@pothos/core" and "@pothos/plugin-prisma" to version >= 4.1
@Cauen please update the pothos peer dependencies in https://github.com/Cauen/prisma-generator-pothos-codegen/blob/master/package.json "@pothos/core": "^3.23.0", "@pothos/plugin-prisma": "^3.37.0", **please update them to latest >4.1 versions** "@pothos/core": "^4.1.0", "@pothos/plugin-prisma": "^4.2.1", the context is that pothos recently...
can we color-code the entities? similar to https://www.schemavisualizer.dev/prisma 
please update to support prisma version >=5.18 the UUID(7) attribute is giving errors: => https://github.com/prisma/prisma/releases/tag/5.18.0 