Max Rozen

Results 51 comments of Max Rozen

@Lifeni - so it's a bug, `wrangler dev` doesn't handle proxies correctly, `wrangler dev --local` should work though Can you confirm whether other wrangler commands work, like `wrangler publish` and...

Thanks for that @Lifeni - we have a bug to fix for `wrangler dev` to make it support proxies - but does `wrangler dev --local` work?

@KianNH do you mind rebasing/resolving conflicts when you get a sec?

`keep_vars` is documented on main 🙈 edit: IMO smaller PRs are easier to get merged - I recommend documenting d1 bindings on a separate PR

Closing this issue as it looks like we fixed it in the lead up to developer week. Local: ```js results: Object { TOTAL: 0 } ``` Remote: ```js results: Object...

Hey @lmcarreiro, regarding: > When we import wrangler package, it's sending the wrangler help to the output That's very weird - could you share more details about your setup? We're...

Hey @lmcarreiro I've resolved the `help` issue in https://github.com/cloudflare/wrangler2/pull/2052 - if you install `[email protected]` it should resolve the issue: ```bash Wrote to /Users/rozenmd/Testing/test12/package.json: { "name": "test12", "version": "1.0.0", "description": "",...

@threepointone we good to close this one?

Yep @JustinGrote `unstable_dev` is still the way to integration test your Workers. I moved over to the D1 team, so not sure what the progress is here.