Brendan Irvine-Broque

Results 39 comments of Brendan Irvine-Broque

@punkeel https://developers.cloudflare.com/workers/languages/typescript/#transitive-loading-of-typesnode-overrides-cloudflareworkers-types

refs https://github.com/cloudflare/workerd/discussions/1640

I just tried reproducing this using latest version of workerd and could not, the `/2` case as described above does not throw a TypeError. Digging around for commits where we...

I'm running this via Wrangler, and can't repro: https://github.com/irvinebroque/workerd-918-repro/blob/main/src/worker.ts

@admah — we should figure out the interface for Wrangler, so that you can say "turn on memory monitoring" and show this output in the terminal

We see a path to allow a higher iteration count, but this change won't happen this year.

Would love to see some examples!

If you're trying to get `pg` working — it's worth experimenting with `@opennextjs/cloudflare`, which lets you use a much wider set of Node.js APIs, which DB drivers like `pg` typically...