PgBiel
PgBiel
Seems to be a regression from https://github.com/typst/hayagriva/pull/234
I think they mean something like ```typ #let x-height-ctx = context { measure([x]).height } #let x-height = x-height-ctx.eval-with(some-initial-or-handpicked-context()) ``` That is, executing a context with predetermined values for styles and...
> If that's indeed the idea, then it's a dupe of #3930 It's worth specifying that, with this proposal, `some-initial-or-handpicked-context()` would work without any prior context. That is, you wouldn't...
> For some reason, Typst exports the plot with the "oklab" color space, which is currently not supported by us. See: #3654 I think this issue would be a duplicate...
This is working as intended for cells: `grid.cell(rowspan: 3, breakable: false)` is used to ensure the 3 rows are always in one page. This could be turned into a separate...
I understand, just wanted to mention that this has nothing to do with grid in principle. It'd have to be implemented in `block`. The only reason `grid.cell` has a breakable...
I was wondering about your use case. Isn't it better to just keep it breakable and ensure you don't add something that is too large? ~~What good would there be...
Can you send a sample project we can test with? Note that you can inline a style and even the entry data into the Typst document as follows: ````typ #let...
It's working fine here. Please try on typst 0.14.0-rc1 instead of the commit you have cloned right now.
Yeah I see, I had misunderstood what you wanted, my apologies. Though unfortunately the proper fix won't make it in time to Typst 0.14.0. But thanks for looking into it!