| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
at basically empty pages (#1929)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
json, toml, yaml via serde (#1935)
|
|
|
|
|
|
(#1559)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Moves `Bytes` from `util` to `eval` module
- Accepts bytes in `str` function for bytes -> str conversion
- Adds `bytes` function for str | array -> bytes conversion
- Adds `array` function for bytes -> array conversion
- Adds `len`, `at`, and `slice` methods for bytes
- Adds `encoding` parameter to `read` function
|
|
Sometimes, optimized line breaking outputs lines that are wider
than the allotted width so that spacing between words can be
narrowed to fit. However, the width calculation for the fit-to-width
case does not account for this, causing the resulting width to exceed
the width of the region. This commit takes the minimum of the
calculated width with the width of the region. Fixes #1825.
|
|
|
|
|
|
|
|
|
|
|
|
* Improved #box baselines in math
* add a test
|
|
|
|
|
|
|
|
|
|
|
|
This positions placed elements relative to the real container size instead of relative to the base size of the region. This makes its usage more versatile.
Fixes #82
Fixes #685
Fixes #1705
|
|
|
|
|
|
|
|
|
|
|
|
|