Results 1199 comments of Laurenz

@davelab6 Thanks for the offer! We'll get back to it when we start work on variable fonts.

Thank you! > I think it'd also increase the code's complexity a fair bit to check whether the glyph exists in the dtls alphabet beforehand. Let's not do that (at...

The docs already show function as well, since element functions coerce to selectors. The core problem here, I believe, is not really the error message but the term "element function"...

> At find_safe_to_break function will call self.glyphs.binary_search_by to find an index of glyph with start range equal to text_index. But binary_search_by says “If there are multiple matches, then any one...

I'll close this as the change set as-is doesn't fix the issue, it just shifts it.

> I intuitively expect > > ```typ > #set enum(numbering: s) > ``` > > And > > ```typ > #set enum(numbering: nums => numbering(s, nums)) > ``` That's not...

I opened https://github.com/typst/typst/issues/5935, which is a similar problem. Maybe https://github.com/typst/typst/issues/5935#issuecomment-2676853926 could be a fix for both?

Minimized: ```typ #table( columns: ( 2cm, 2cm, ), $mat(1/1;2/2)$, $mat(3/3, 4/4; 5/123456, 1/123)$ ) ``` Removing just one letter from "123456" or "123" changes things. Very odd.