Brendan Irvine-Broque

Results 39 comments of Brendan Irvine-Broque

@jasonkuhrt — you'll need to use `--experimental-local` rather than `--local`. Experimental local mode uses the open source [workerd runtime](https://github.com/cloudflare/workerd), which has these APIs available, whereas `--local` mode relies on [Miniflare](https://miniflare.dev/)...

@jasonkuhrt — we're working on ways to make it possible to use `nodejs_compat` with dependencies that don't import Node APIs from the `node:` namespace. Stay tuned. @GregBrimble — think we...

Fixes https://github.com/cloudflare/workers-rs/discussions/393 as well. @zebp @kflansburg — thoughts?

@markdembo this PR was the starting point for https://github.com/cloudflare/cloudflare-docs/pull/13252 — thank you!

Merging this since this is from awhile back and we need to get release notes out.

Closing in favor of https://github.com/cloudflare/cloudflare-docs/pull/13168

If I create a new Worker, publish a new version, and then run this, in interactive mode I'm shown: ``` ➜ gradual-test git:(main) ✗ npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8195782752/npm-package-wrangler-5115 versions deploy --experimental-gradual-rollouts ⛅️...

Should we merge so that can start playing with this in production, etc? And then layer on other options as discussed in designs in separate PR?

Does this address https://github.com/cloudflare/workerd/issues/854#issuecomment-1675324298 ?