Results 1654 comments of Gabriel Scherer

PS: and many thanks for going to the trouble of building a repro case. This is very useful and saves me a surprising amount of time.

I agree that it would be nice if Path were abstract; the change would be hard to manage in terms of backward compatibility, though. One solution may be to provide...

Thanks for the extra information. If we look at one example of usage in the github search: ``` ( (name: "Times New Roman", covers: "latin-in-cjk"), "SimSun", "Songti SC", "STSongti", ),...

> However, problems on emoji and math fonts are still not covered. Can you explain a concrete example of emoji or math font that you have in mind? (What does...

With the behavior in #7272: - on the emoji example, "Noto Color Emoji" will be ignored as it is restricted to a cover, and there will be a warning if...

@laurmaedje I understand that I was missing something (due to my own lack of knowlege about Emoji fonts). I assumed that given the font snippet given by @YDX-2147483647 ```typst #set...

> Since at the point where the set rule is defined we don't know which characters will be in use, we can't really make a definitive decision there. I thought...

No strong opinion here. The resulting build is slightly more complex and I'm not sure there are clear benefits, but if you feel that this is better I'm happy to...

I don't personally see functor types enough to perceive a real need for this syntactic sugar, but I see no harm with it either, and it is consistent with the...

I cannot reproduce on my Linux (amd64) machine with OCaml 5.1: ``` Summary _build/default/main.exe --unsafe --unrolled ran 1.18 ± 0.03 times faster than _build/default/main.exe --unsafe 1.22 ± 0.02 times faster...