Brendan Irvine-Broque

Results 99 comments of Brendan Irvine-Broque

@tanushree-sharma can I get ✅ — you are codeowner

replaced by https://github.com/cloudflare/cloudflare-docs/pull/16310

We should add a changelog entry to this that links back to these docs. (I know that Wrangler automatically generates changelog entries but they can get missed in the noise)

If you follow guidance to run `npx wrangler@latest login` — and then re-run — does it work?

@jdarpinian — can you say more about how you want to use symlinks? Is there something else you're using that depends on them?

Re: `import.meta.url` — if you enable `new_module_registry` and `experimental` compatibility flags to your Worker — you'll see this implemented. Can't yet deploy to Cloudflare when using the `new_module_registry` compatibility flag,...

Is there a way you can accomplish this without using a `Proxy`?

seems like what you're trying to do is kind of equivalent to applying a decorator to all the different RPC methods?