PgBiel

Results 78 issues of PgBiel

**Draft while I still clean things up and add tests. Will be ready soon enough!** Fourth task in https://github.com/typst/typst/issues/3001. _Note:_ The rowspans PR (Part 3b) was delayed as we are...

This issue's contents are under construction. More information might be added over time. - **Check out the planning document:** https://pgbiel.github.io/typst-improv-tables-planning/main.pdf - (Source: https://github.com/PgBiel/typst-improv-tables-planning) - **Discord forge thread link:** https://discord.com/channels/1054443721975922748/1182377294682128445 **Planned...

layout
tracking-issue

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Hi, I sometimes get a very nasty memory leak / spike while...

defect
performance
rust
language
inlay hints

1. Made it so empty bit arrays are not broken by the formatter into ``, but kept as ``, to avoid generating invalid syntax. Fixes #2932 2. Extended https://github.com/gleam-lang/gleam/pull/2923 to...

Fixes #2931 - Variables named `deoh dear` are no longer escaped (they are awesome and deserve peace) - Variables named `debugger` are now escaped -

## Motivation Currently, there are a few notable inconsistencies in how math mode handles the distinction between fonts for variables/operators and for text. In particular, the syntax `$ "double quotes"...

math
change request

### Description You can obtain an infinite length by using `layout()` in a page with `auto` width or height. You can also obtain an infinite float with `float("inf")`. With that...

bug
layout
scripting

Currently, the docs for relative length[^1] and ratio[^2] are particularly simple. While the examples are helpful, I think it could be useful to mention that: 1. Ratios are usually (but...

docs
good contribution

This will supersede functions such as `calc.pow(5, 6)` by `5.pow(6)` or `int.pow(5, 6)`, for example. The `calc` functions will remain available for the time being, however. ## Implementation details Some...

waiting-on-design

Hello, I've observed several inconsistencies between the regex pandoc uses when reading Typst documents and the regex Typst uses. Here are a few of them: 1. Not all flags are...