bashbunni

Results 251 comments of bashbunni

Slight change to outputs ![image](https://github.com/user-attachments/assets/2de94e99-5cae-4bc4-83d2-a36329daf528) (this terminal emulator is showing padding with the teal underline). I added a `Log` statement to see the ansi and here's what it showed: `huh_test.go:1418:...

I just removed the unstyled whitespace from the test cases, so they now pass. We can either do that or strip ansi before comparing got & want. Up to you...

Fixed the issue in the second commit :)

Hey, sorry I thought I has included screenshots or something. When you get to a certain offset, it would shrink the table instead of just moving the cursor, causing the...

@meowgorithm yeah that's right! The table bubble doesn't currently use lipgloss table, that's how I discovered this bug was through porting the table bubble to use lipgloss' table renderer. As...

Hey @jonas-grgt there is support for extended key combinations in [`v2`](https://github.com/charmbracelet/bubbletea/releases/tag/v2.0.0-alpha.1) which is currently in alpha - we're at `v2-alpha.2` now. You can also try again with a terminal emulator...

Hey @ipsavitsky textarea doesn't support stylized text. It's meant to just be plain text. If you wanted to display some text and modify it, I would recommend using a viewport...

Quick note on this one: we should probably follow a similar implementation to what we did [here](https://github.com/charmbracelet/lipgloss/blob/022e96717265bb4650a770f5abf2b3c5fcc85e58/style.go#L357) using `strings.ReplaceAll` to strip all `\r` from the string 💭

If I'm not mistaken, this is likely from the [Glamour](https://github.com/charmbracelet/glamour) library. I suspect the issue lies upstream in that dependency, but I'm not 100% sure

fwiw I think you should be able to just create a default `crush.json` with whatever default provider options you want + the right environment variables set for those models (e.g....