PgBiel
PgBiel
Closes https://github.com/typst/typst/issues/3095 Adds the `--pages` parameter to `typst compile` and `typst watch` which allows selecting which pages should be exported by the CLI. Supports all export formats (PDF, PNG, SVG)....
### Description At the moment, it seems to be pretty easy to cause huge memory consumption through Typst. Here's a sample document which will cause the CLI (on main) to...
### Description Related: #3001 A cell with `fit: true` would not cause auto tracks it is in to expand. For example, it could request more height for an auto row,...
Similarly to https://github.com/typst/typst/issues/3998, we could consider refactoring `typst-render` in order to split its single file into two or more files with distinct responsibilities.
Currently, the SVG crate has a single and large file at https://github.com/typst/typst/blob/main/crates/typst-svg/src/lib.rs . Would be nice to split it off based on responsibilities, e.g. all gradient- and pattern-specific code could...
In preparation for the last features in #3001, we should move `CellGrid` and `Cell`-related types to a separate file instead of having it all in the same file as `GridLayouter`....
This issue intends to track the progress of migrating `calc` functions to methods in `int` and `float`, as well as other types. The main reasons behind this effort are to...
Currently, we only upload a single `LICENSE` to Hex, as seen in the code below. https://github.com/gleam-lang/gleam/blob/55a4e5881923e5679dde57cf950de389d6e04be4/compiler-cli/src/publish.rs#L414-L419 However, I have projects which are dual-licensed under MIT and Apache-2.0, so it would...
Proof of concept for #2899. Basically implements most of the hard parts; this PR should be easy to adjust based on the result of the discussion there. ## Current design...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Basically the following issue but for Linux (as it seemed to work...