PgBiel
PgBiel
> This triggers it: > > ``` > #import "@preview/tablex:0.0.4": tablex > > #tablex( > tablex( > tablex( > lorem(20) > ) > ) > ) > ``` > >...
Thanks for checking. I haven't addressed the issue with repeatable headers yet - this will come in v0.1.0.
Hello, thanks for the bug report! Upon initial inspection, this seems to be due to certain limits in Typst's introspection features (`state`, `locate` and the likes, which are used by...
I've updated the description with a few more examples! It applies to the syntax node in the line immediately below the decorator in the source code. This includes a block...
We had some additional discussion here: https://github.com/typst/typst/issues/6293 To recap, this applies to any kind of stroke at the top and bottom of the table, which is repeated on each pagebreak....
One initial thought is that we could perhaps consider both hlines and table-wide stroke but not `table.cell(stroke: ...)` for repetition by default? While this would break something like `set table.cell(stroke:...
This validation can't be done at runtime if I understood correctly, since the problem here is that our binary is overwritten and so never runs. It would have to be...
Regarding docs, even though we already mention this problem in "Troubleshooting", we could consider adding that particular error to "Understanding common errors" as well.
It should be currently possible by using locate() on the header rows and storing the first page in a state() for further comparison; however, I agree it should be made...
Gotcha. I can add something like this in a future update (probably after the rework mentioned in #2).