John Spurlock

Results 61 comments of John Spurlock

> This creates the overhead of having to bundle things True, but bundle.deno.dev will send back "cache forever" headers for "pinned" urls (assumed immutable based on commit hashs or release...

[*] Also, each call to bundle.deno.dev and transpile.deno.dev includes [Server-Timing](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing) response headers, so you can check out how long each part of the bundling process took in dev tools ->...

> your service transpile.deno.dev should rewrite import statements to also transpile them. Otherwise a file with external dependencies cannot be used with your service. Good point, I agree! Pushed an...

Just curious if there was any update on when/if this could happen. Seems to be blocking https://github.com/denoland/deno/issues/10750 over in Deno land, which I'm eagerly watching...

New to Shoelace, and this sounds very useful for new prototypes - is a preview version of this core element stylesheet available on a cdn somewhere?

It's a constrained and security-focused runtime, so I suppose it's reasonable for them to prevent fetching wasm and instantiating modules on the fly. Instead, they are essentially uploaded (and checked)...

Thanks! As long as I can hand in my `WebAssembly.Module` to init, that'll be great

Is there any way to compact an existing document _without_ creating a new one?