ad6025

Results 12 issues of 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 ![image](https://github.com/cloudflare/workers-honeycomb-logger/assets/73307/68c17288-6fb2-4d35-8e6d-0f812d24a28f)

### 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....

kind/improvement
topic: dmmf
team/client
topic: wasm
topic: driverAdapters

### 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...

bug/1-unconfirmed
kind/bug
topic: previewFeatures
team/client
topic: postgresql
topic: Cloudflare Workers
topic: vitest
topic: driverAdapters
topic: @prisma/adapter-pg

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...

@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 ![image](https://github.com/user-attachments/assets/4e03f2a8-5e59-4e14-863d-113a0ce8e747)

feature ✨

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 ![image](https://github.com/user-attachments/assets/a77c17a4-1550-401b-bf92-fb60ac3298f6)