Adrián Delgado

Results 8 comments of Adrián Delgado

`svelte-sonner` repro: https://stackblitz.com/edit/sveltejs-kit-template-default-y7ihkq?file=src%2Froutes%2FCounter.svelte or just install "svelte-sonner" and use component with latest svelte 5 (alpha 68 at this moment) In the browser console it says: `ERR_SVELTE_TOO_MANY_UPDATES`

Those are some interesting resources for further optimizations, I wasn't aware of them. Also, I wanted to improve `@log10` to accept integers too because of #13642, but that is a...

Due to #14816 being fixed I rebased and cleaned the history to try again. I also increased the test cases up to `u512` which should be possible now.

It seems like only the LLVM backend can divide big ints for now...

I skipped some tests similar to #14482

Why doesn't this work? I see in https://github.com/typst/typst/blob/74b1b109865f5a8c141bbc711de6960844b8949d/Cargo.toml#L127 and https://github.com/typst/typst/blob/74b1b109865f5a8c141bbc711de6960844b8949d/Cargo.toml#L118 that Typst has the right flags which should include the Powershell syntax file. But in practice, it doesn't work which...

> The readme says "Excluded when using the fancy-regex implementation", which we do use. My bad, I read it completely backwards. I thought it said that they are only included...

Try using this: ```typst Text or no text #box(width: 1fr, stroke: (bottom: 0.5pt), none) ``` or ```typst Text or no text #box(width: 1fr, line(length: 100%, stroke: 0.5pt)) ``` `underline` skips...