James Ross

Results 150 comments of James Ross

In my very brief testing, this unfortunately seems to make things generally worse, with tonnes of duplicate prefetches, not to mention `astro-spa` seems to be quite unmaintained, with `ViewTransition` being...

It looks like this was partially resolved in the latest update: https://npmdiff.dev/@cloudflare%2fworkers-types/4.20240909.0/4.20240919.0/package/experimental/index.ts `FixedLengthStream` has the correct param names again, as well as `IdentityTransformStream`, but not any of the others yet.

Hey, We'd really appreciate something like at Nodecraft where we have our panel detecting the EULA missing message, and then prompting users to accept it ourselves. With this library handling...

All of my examples at https://github.com/cloudflare/workers-sdk/issues/6459 seem to be using the old code-path for `generate`, so I don't think this is (generally) semver breaking anymore with old `generate` URLs, thanks...

@Malobre Importing from `package/file.wasm` will work with up to date versions of wrangler, as long as the package exposes `file.wasm` in their `exports` map. I dug into this one at...

This is quite disappointing when Assets isn't yet fit for purpose and migration from Pages. Until static config and a way better DX around building, preview links, etc. I can't...

These are sadly quite noisy in the middle of rollouts since I can't target specific locations as directly or simply anymore. It seems to be much quieter now.

That's very interesting, thank you for taking a look. With a fresh `npm create vue@latest` project, I'm also unable to reproduce this. But in a project at work, I still...