Conduitry

Results 523 comments of Conduitry

Just including a script tag on a page pointing to `'https://bundle.run/svelte'` fails to set `window.svelte` so I'm thinking this is more likely to be an issue with packd. Edit: Or...

Interesting. What is packd doing exactly when it is asked to deal with a package with no ES `module` field? I'm a bit surprised that https://github.com/Rich-Harris/packd/blob/master/package.json doesn't mention `rollup-plugin-commonjs`. *Something*...

The compiled version of `AppControl.html` is getting run through the `svelte-loader` Webpack loader, which is doing a string replacement on it, looking for `export default`s. Apparently (I'm thinking because of...

The code responsible for what's being seen in this issue is not run on the server. The zip file is generated completely on the client side. So that's not the...

Pushed a temporary fix to address this on production, but leaving this issue open as there's more to investigate. And, once we're satisfied, we should make the same changes in...

I think there should still be a separate 'save' option. The way the REPL's set up now you always have _some_ gist loaded. Not sure what the best UI for...

Okay I just signed in as myself and back out and it's not happening for me - nor is it happening anymore on the REPL link in the above post....

I really don't know what was happening before. I haven't been able to reproduce it locally either...

From chat - It seems likely this is a Cloudflare thing. We should try to see whether Cloudflare respects `cache-control: private` on the origin server response.

It also looks like currently the REPL doesn't even compile with `store: true`, which would be required first. I'm not sure whether it would be best to hardcode that or...