bashbunni
bashbunni
Right now, the `Truncate` function iterates over the given string from left to right. It might be nice to have either `TruncateRTL` or `DirectionalTruncate` The left to right only option...
TODO - [ ] update the lipgloss branch to the latest `v2-exp` Example Usage: Divides into `Light` and `Dark` colour palettes. In your app, you can switch which colour palette...
To try it yourself: `cd examples/table && go run .` You'll be able to play with the table example using the table bubble rendered with lipgloss. Dependencies are pinned to...
Still very wip - just opening a draft PR here to document the process. This change should fix a lot of open issues with the table bubble # TODO -...
Goal: get the examples working for v2 - [x] ssh - tested with ANSI256 & truecolor and it's giving the right output - [x] table examples - [x] tree -...
**Describe the bug** Rightmost characters cut off when cell content is right-aligned with margins.  **To Reproduce** Steps to reproduce the behavior: If you set margins on a cell style...
https://github.com/charmbracelet/lipgloss/tree/update-contributing?tab=readme-ov-file#contributing
We should fix this before merging. This failing test is to provide context on this issue and how to reproduce it. I believe in this case we should honour the...
use freeze
**Describe the bug** Built-in `isSet` function is returning `false` when a value is set. This impacts `GetBorderLeft` and border rendering when setting a custom border. **To Reproduce** Add the source...