Christian Rocha

Results 382 comments of Christian Rocha

From a design perspective I'd prefer to default to hiding implicit indicators to reduce visual noise. There's also a catch: focus indicators may not necessarily be borders: a theme could...

Oof, thanks for flagging (and for the great report). We'll get this one patched.

So https://github.com/charmbracelet/bubbles/pull/608 should fix the panic, but it looks like the regression happened in https://github.com/charmbracelet/gum/pull/640 (in response to https://github.com/charmbracelet/gum/issues/554). It appears that the height is essentially defaulting to `1` now,...

@hxlnt Noted, thank you!

Appreciate the review. Yeah, after putting this together it occurred to me that go-colorful is probably a better choice. If it ends up doing what I need it to, I’ll...

Closing as `co-colorful` is totally fine (and better overall).

For anyone interested in trying this out, you can use the Github MCP via Docker by adding the following to your `mods` config: ```yaml mcp-servers: github: command: docker args: -...

Hey there! What are you trying to do in the above code? Typically you're going to want to use `tea.ExecProcess` as `tea.Exec` is for lower level work (like working with...

Thanks for the heads up, @vt-alt! This is fixed in `main` and’ll be available in the next release.

Hi again! Just a note that this fix is now available in [Gum v0.14.2](https://github.com/charmbracelet/gum/releases/tag/v0.14.2).