Christian Rocha

Results 53 issues of Christian Rocha

I've been seeing reports that clipboard operations can take a long time in WSL. While moving copy/paste to `Cmd`s won't solve this issue, it's probably worth doing it regardless, both...

enhancement

Having seen Huh in action for a bit, I think a good improvement would be to eliminate the focus indicators when they're implicit, with the goal of making the experience...

We added the following methods: * `func(m *Model) SetCursorPosition(x, y int)` * `func(m *Model) SetCursorRow(int)` * `func(m *Model) SetCursorColumn(int)` `SetCursor` is now deprecated in favor of `SetCursorColumn`.

enhancement

I'm noticing a few things while working with `textarea`: * The maximum number of lines and height cannot exceed 99 * The maximum number of lines in the buffer is...

enhancement

```go str := lipgloss.NewStyle(). Foreground(lipgloss.Color(63)). Underline(true). Hyperlink("https://charm.sh"). Render("Charm!") ``` Closes #220.

This adds functions for converting to and from HSV. There's also a color to hexadecimal conversion for convenience.

So typically in most command line input situations ctrl+e goes to the end of the line (by way of being a standard emacs keybinding). This is even true in input...

I've run into this a few times where the context for the UI is presented elsewhere and we really just need the interactive portion of the component.

enhancement

This revision adds automatic word wrapping to the pager example. In particular, it exists to illustrate how to work around wrapping issues discussed in https://github.com/charmbracelet/bubbles/pull/578.