PgBiel
PgBiel
Closes #5155 Implements rounding with negative digits for floats, decimals and ints. ~~(for those, I just chose to re-use the decimal impl, since it doesn't use any imprecise operations).~~ (**EDIT:**...
Closes https://github.com/typst/typst/issues/5057 In principle, I took the low-hanging fruit and just slapped grid with headers/footers onto our figure. This also has the advantage of being fully reproducible in figure show...
For the next release (0.1.0), I'm planning on dual-licensing tablex under MIT and Apache-2.0 (currently just MIT). For this, I've identified that the only external contribution to the code was...
Handy so we can check stuff for #77, PRs and other features.
At `get-page-dim-writer`, calls to `loc.position()` - and thus the `pos` variables - must be made _outside_ the `state-name.update(...)` call. Therefore, the `pos` variables must be declared above the `.update` lines...
With my recent progress in porting many of tablex's main features to Typst built-in tables (https://github.com/typst/typst/issues/3001), I should start to lay out some preliminary plans for Tablex 0.1.0. - The...
Generating smaller hlines than normal (missing the bottom half of the stroke). 
Inspired by the `tabley` project by Discord user RubixDev, we could have a "rendering backend" using [cetz](https://github.com/johannes-wolf/cetz). This would allow referencing the cells' positions from within cetz. For instance, the...
Group rendering code together so we can add multiple rendering "backends" (the current one would stay as the "old renderer"). Blocks #2, #77
When lines are drawn with arbitrary length and they end at the middle of a col/rowspan, they are not drawn around that cell. This affects one of the examples in...