Christian Rocha
Christian Rocha
As a note, I haven't been able to locate the problem, but was able to correct text rendering with a transformation matrix on the text portions of the `gg.Context`. Specifically,...
That’s a good point @toadle. The API for this should probably be `Msg`-based (rather than function-based) so you can run completion asynchronously in a custom `Cmd`. And keep in mind...
So one more thought here (after talking with @maaslalani a bit): you could also offer a very simple API where the message remains a `[]string`, per the original design, with...
Yep! By default spinners will only respond to their own messages, so it’s safe to flow all messages through all spinners and have normal behavior.
There's no way to do this yet, though you can totally implement this in the manner like you're suggesting. That said, this would also be an awesome feature for the...
Hi! There are a few questions here so I'm dividing my response into sections accordingly. ## Ctrl + Arrows Good catch! We should absolutely add support ctrl+arrows and word-jumping as...
@bashbunni Heya! We added the necessary key binding support in Bubble Tea to make this possible however we still need to add bindings to textinput for ctrl + left/right for...
In that case it _sounds_ like this is an issue upstream in [sahilm/fuzzy](https://github.com/sahilm/fuzzy), but we should check directly. `’` (U+2019) is a valid unicode character and, typographically speaking, it's a...
Hi! [SetFilteringEnabled](https://pkg.go.dev/github.com/charmbracelet/[email protected]/list#Model.SetFilteringEnabled) is actually for enabling and disabling filter functionality, not quite for triggering filtering. Based on my quick skimming of the code _think_ we’ll need to add a method...
This is a good idea. Transferring to Bubbles so we can track it.