Laurenz
Laurenz
I'm not a big fan of the "so cannot get a mutably entry from it" messages. I think having `array.first() = 1` yield `array is empty` is pretty reasonable. The...
Yeah, there seems to be a misunderstanding. The PR _does_ fix the issue, but I think the issue should be addressed more minimally.
If you add a new impl `IntoResult for HintedStrResult` in `cast.rs` it should work. It's missing that.
Oh, that doesn't look good. I think it's a result of https://github.com/typst/typst/pull/2938.
Yeah, previously an inline equation would be one atomic box. But now, it consists of multiple breakable parts and those are affected by BiDi reordering in unexpected ways. This piece...
I tried that, but without the box it didn't work.
@ocantor `#show math.equation.where(block: false): box` should do the trick
> I wonder if there's a different workaround that fixes the issue without disabling line breaks. I don't think that one exists.
Looks like a duplicate of https://github.com/typst/typst/issues/3478 and https://github.com/typst/typst/issues/2587.