Greg Brimble

Results 330 issues of Greg Brimble

Just an idea, and a relatively big project, so I have no idea if you'd want to support this in Miniflare, but might be interesting to have an option to...

enhancement

### Which Cloudflare product does this pertain to? Workers ### Existing documentation URL(s) https://developers.cloudflare.com/workers/wrangler/configuration/ ### Section that requires update Example configuration ### What needs to change? Add `environment` option to...

documentation
content:edit

Adds a "last reviewed" date to the footer, pulling from a page's "last-reviewed" front matter attribute. Example page: https://last-reviewed-prototype.cloudflare-docs-7ou.pages.dev/pages/platform/headers/

### Which Cloudflare product(s) does this pertain to? Pages ### Subject Matter Caching rules ### Content Location We have this section (https://developers.cloudflare.com/pages/platform/serving-pages/#caching-and-performance) about caching and how it shouldn't be manually...

documentation
product:pages
content:new

Fixes #495 --- feat: Adds `--compatibility-date` and `--compatibility-flags` to `wrangler pages dev` Soon to follow in production.

### What version of `Wrangler` are you using? 2.0.25 ### What operating system are you using? macOS ### Describe the Bug Right now, it's tricky to use environments with the...

- Pins the Miniflare version - Makes DOs and Pages work with D1 - And then applies https://github.com/cloudflare/wrangler2/pull/1529 so we can get persistence too. To merge this PR: 1. Merge...

This would make it consistent with the service bindings. ```toml [durable_objects] bindings = [ { name = "TEST_OBJECT", class_name = "", script_name = "", environment = "" } ] services...

discussion

### Describe the solution Right now, we match on just the name of the service. It might be useful to either require users to run Worker A in environment E...

enhancement

### What version of `Wrangler` are you using? d1 ### What operating system are you using? macOS ### Describe the Bug At least in local mode, `result` is returned, rather...

bug