Jökull Sólberg
Explore posts from serversCDCloudflare Developers
•Created by zsmooth on 4/6/2025 in #wrangler
i reran npx wrangler types to generate a
One offender, actually from cloudflare, is workers-ai-provider, that doesn't even have
@cloudflare/workers-types
as a peerDependency but a "straight up" dependency - presumably this would need to be updated? https://github.com/cloudflare/ai/blob/main/packages/workers-ai-provider/package.json6 replies
CDCloudflare Developers
•Created by zsmooth on 4/6/2025 in #wrangler
i reran npx wrangler types to generate a
Has anyone been able to have
worker-configuration.d.ts
take "type precedence" over peerDependency installed @cloudflare/workers-type
? I'm having the same issue, I had to set auto-install-peers=false
in .npmrc but pnpm still reports peer dependency errors, and adding overrides is annoying. Wondering what the general vision for wrangler types
is... (because, sidenote, peerDependencyMeta with optional: true, has some open bugs, at least in pnpm)6 replies
DTDrizzle Team
•Created by Misc on 3/28/2025 in #help
Consistently hitting max clients/connections on postgres
I'm also using Supabase, but I'm on the pro plan so I get a dedicated pgbouncer instance to connect to. However even on that I'm getting max connection errors! (1000 is the max)
9 replies
DTDrizzle Team
•Created by Misc on 3/28/2025 in #help
Consistently hitting max clients/connections on postgres
I'm also getting max connections. I'm using the same module level configuration to ensure I'm re-using the pool. Are you using Fluid runtime? @Misc
9 replies
CDCloudflare Developers
•Created by kingmesal on 5/20/2024 in #workers-help
Toucan API - Correct way to use it?
There's ongoing work: https://github.com/robertcepa/toucan-js/pull/234
2 replies