lipgloss/.github/workflows
Michael Lorant 2745d8a3d8
Improve maximum width of characters in a string (#257)
The function `maxRuneWidth` was using a flawed approach by only
evaluating strings based on each rune. The `uniseg` package provides a
more accurate method based on grapheme clusters.

This change switches over to the improved implementation which should
achieve better results when determining the maximum width of all
grapheme clusters in a string.

Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
2024-02-13 10:03:24 -05:00
..
build.yml Improve maximum width of characters in a string (#257) 2024-02-13 10:03:24 -05:00
coverage.yml chore(deps): bump actions/setup-go from 4 to 5 (#244) 2023-12-07 08:55:19 -03:00
lint-soft.yml chore(deps): bump actions/setup-go from 4 to 5 (#244) 2023-12-07 08:55:19 -03:00
lint.yml chore(deps): bump actions/setup-go from 4 to 5 (#244) 2023-12-07 08:55:19 -03:00