bashbunni

Results 100 issues of 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 -...

enhancement

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 -...

v2

**Describe the bug** Rightmost characters cut off when cell content is right-aligned with margins. ![image](https://github.com/user-attachments/assets/297947a7-691e-4b99-ad3c-2861012cb1b1) **To Reproduce** Steps to reproduce the behavior: If you set margins on a cell style...

bug

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...

bug

**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...

bug