Christian Rocha

Results 256 comments of Christian Rocha

This is fairly off the cuff, but I wonder if `SetContent` would be better off accepting variadic args rather than increasing surface area of the API here. ```go func (m...

I actually mean that `SetContent` would be able to accept multiple args, joining them with newlines as a convenience. This would be compatible with the current API. ```go vp :=...

Hey! There's a PR for this open over here: https://github.com/charmbracelet/bubbles/pull/76 Speaking of which, I'm going to transfer issue this to [Bubbles](https://github.com/charmbracelet/bubbles) accordingly.

One thing to note about this one is that in order to calculate the total number of pages one all the items must still be of a fixed height. Otherwise...

If this doesn’t work in more or less all terminals (including urxvt) we shouldn’t support the binding.

I'm able to verify these bindings; it's fine to merge this. On macOS they're unavailable by default because they're bound to Mission Control (see screenshot); when unbound the keystrokes are...

Thanks for the report! This appears to be happening because Bubble Tea keeps the cursor in the lower left position while the various input types in Bubbles render a virtual...

Awesome: this is very acute.

Note: if merged, this closes https://github.com/charmbracelet/bubbletea/issues/460