Max Rozen
Max Rozen
I love this!
After chatting about this with @petebacondarwin and @bjesus, we think the issue might be a worker name collision, will make a PR with a fix Edit: The issue was not...
Good call out @lrapoport-cf - I've updated my comment.
It's still an issue sometimes 😬 2/3 of our releases had to be re-run today
I was looking at this: ``` - name: Create Version PR or Publish to NPM id: changesets uses: changesets/action@v1 with: version: node .github/changeset-version.js publish: npx changeset publish ``` Why does...
Compare to miniflare, a similar monorepo, which does: ``` - name: Create Version PR or Publish to NPM id: changesets uses: changesets/action@v1 with: publish: npx changeset publish ```
Hey @Resonious, don't suppose you have any tips/guides for setting up an android to replicate this bug?
I didn't realise scheduled events don't return anything - is there a value in calling them from a test runner then? What should we assert/`expect` on?
Hi @tianluanchen, could you please clarify what you mean by "setting the http proxy is useless"? Is there an error message? What steps did you take to setup the http...
@Lifeni - do you mind trying something for me? Does it work if you try run: ``` cross-env HTTPS_PROXY=http://127.0.0.1:7890 wrangler dev ``` ?