Maxime Quandalle

Results 173 comments of Maxime Quandalle

Discuté aujourd'hui : - Le mécanisme "une possibilité" n'est pas un vrai type union mais une simple liste de valeurs. - Supprimons le du langage - Documentons pour les utilisateurs...

Comportement toujours présent avec la nouvelle écriture du recalcul. [studio](https://publi.codes/studio/total/recalcul#total%3A%0A%20%20somme%3A%0A%20%20%20%20-%20a%0A%20%20%20%20-%20b%0Aa%20%3A%201%0Ab%20%3A%2010%0A%0Ax%3A%20a%20%2B%20b%0A%0Atotal%20.%20recalcul%3A%0A%20%20valeur%3A%20total%0A%20%20contexte%3A%0A%20%20%20%20a%3A%20x%0A%20%20%20%20b%3A%200) Deux manières de résoudre l'incohérence : - afficher `x=1` dans le bloc "contexte" (et garder `total=1`), le calcul de la...

Pourquoi l'ajout des balises `og` n'est-il pas possible via un paramètre `` customisé fournit à `` ?

- [x] `svelte-range-slider-pips` breaks as tracked in https://github.com/simeydotme/svelte-range-slider-pips/issues/130

Just tested `svelte-range-slider-pips` with `[email protected]` which includes https://github.com/sveltejs/svelte/pull/10543, and it's still not working, the cursor doesn't move.

@dummdidumm About `svelte-range-slider-pips`, an issue with the slider is still present if `bind:values`is used: [Svelte 5 REPL](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAE02MTQqDMBBGrxJm40axm26iFXqFujQurBnLQDIJSRSKePeSttAuv5_3dljIYAQ57MCTRZBw9R5KSE-fQ9zQJIQSolvDnJs2zoF86hSrRNa7kMRt4gf2hjQGsQRnRfHBqpCHKr6XypOPRaM4gwaT2CazYhQXMZxPY6O4rX9mbv-dd2Itv_e6UwwlWKdpIdQgU1jxGI8XKgLGFckAAAA=) • [Svelte 4 REPL](https://svelte.dev/repl/188aca19ee1340aa969a90a53069afde?version=4.2.12)

I don't think Svelte should add the missing `tbody` here. That would be very confusing to have the framework adding tags not present in the source. Since browsers are accepting...

On MDN `` are omitted in some of the examples https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table#simple_table, so I think it is a reasonable way to write the markup for a table, and Svelte rejecting it...

You are right this is indeed caused by ublock origin. Any idea how we could workaround this issue so that ad blocker users could see the iframe embedded?

Maybe using a "self-hosted" proxy like for the tracking script could be a solution?