Frédéric Crozatier
Frédéric Crozatier
Thanks it's a nice workaround ! In the future I'll use this `\over` syntax instead of the `\frac` syntax. For now I'll leave this issue open though because the `\frac`...
I agree that fetching the file is only one part of the process, but it is still a big part and we can track the progress at this stage. I...
> So you could just fix a x3 ratio and use that. Indeed this is the current solution and what I called in the first post a magic number, meaning...
> apparently we actually cannot add a custom header without writing some custom Lamda functions for AWS S3 (and paying for the execution of those) https://stackoverflow.com/a/43282856/1791279. On the cost-benefit, in...
I see your point, the infrastructure is more complex than I thought with different CDN depending on location. Not sure the cost-benefit is worth it indeed. I'll keep hacking around...
Another use case is loading 3rd party styles for a component on demand. Something like ```js ``` will duplicate the `link` element in the head when you use your component...
> Decorations require the experimentalDecorators in tsconfig.json That's not the case anymore in typescript 5+ for Stage 3 decorators. Here's what the [announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#decorators) says: > `--experimentalDecorators` will continue to exist...
@Thiagolino8 The REPL doesn't work as intended parent and child are not synced. When you click the checkbox it errors (see the console). @7nik well if `$sync` is part of...
The fixed REPL is interesting as it works and doesn't have the mentionned shortcomings. But one could argue that: - the code in the class is slightly more opaque (it...
> I'm probably missing something but what's wrong with [this](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAE42R3W6DMAyFX8WLegFSVe4ZIE19jDFNEEwXNSRRYqZNiHdfwk9Lt1XqBUrsnGObzwNrhUTH0teBqapDlrIXY9ie0bcJgftESehjp3vLQyZz3ApDRalKEp3RluD4gfyMFlqrOyjZIVkSh9ldMq_1aokEfHppIIedo4owaivpMH4O7-HbYdsipyiKIS9gmNLEtXJa4kHqU1QyU1lUBJM99e32a9G5yhiOLLlOqbJ1vlqoJl3ERbZOOWvqnkgr0IpLwc_5EMW-_6LN4Wm5jQXp00kibIfIktlceEydbkQrsGEp2R7H_YXq0uxRsoHVsKUVZq9quQKDMSSN1cZF039f-ArZvP-hvCV0l_Iv63K7Qn1wP1Od2_VsCt9dklCmp5sV5cONc4RALg8NfFzrr5L9Q_xt_AG9Kple0wIAAA==)? Yes something is missing as the parent state is not updating when just clicking on the checkbox :) They're not...