Anthony

Results 506 comments of Anthony

Talked briefly on this, a good place to start would be with detecting deletions and linking to the redirect form prefilled with the deleted file. Detecting renamed files or the...

This has me incredibly confused as well, _there is indeed no instance of HTMLRewriter_. What I posted as the worker script is what I am testing with, in a fresh/empty...

I can only follow along loosely with C++, but notice there is implicit parsing of data URLs outside the HTML rewriter: https://github.com/cloudflare/workerd/blob/a9cf631a97194d0c2d6d46c281d874b1c5665fc8/src/workerd/api/data-url.c%2B%2B#L17 It seems like there is some processing of...

Yeah I saw that parsing of the `fetch()` URL was covered there, I didn't see any tests describing what I'm noticing in the worker example above though. When you say...

I don't know enough about using workerd directly, if there is something I can run locally and confirm what you're seeing, let me know. Is it possible this is specific...

Are you describing generating this with Wrangler? With something like: ``` % wrangler deploy --dry-run --outdir dist ``` When I do that, the bundled file looks like this: ```js //...

I don't know exactly what to generate here, so here's a docker compose with the minimal reproduction. This is just the example above, but isolated via containers to prove that...

I've updated my test case above with `wrangler 3.102.0` and the bug still exists. How can I help here, is this the wrong repository to be discussing this bug?

To clarify more, this is just a local reproduction of bug we are hitting in production Cloudflare workers. The actual issue we're having is not with the dev server. >...

I've updated my compose example to use [email protected], the bug is still present there. This issue hasn't been transferred yet so I created a new issue on worker-sdk to continue...