-
Terminal needs `reset` after an action run.
The immediate and brutal use of `execve` might not be the best strategy.
Rather we should let `tea` to `tea.Quit` itself properly and only then `execve`
-
Hi,
Thanks for the awesome project!
Question: how to properly start subcommand with reuse of Stdout/Stdin?
I'm doing it like so:
https://github.com/antonmedv/llama/blob/58c042eb06a5a661a1388…
-
> Note that `WindowSizeMsg` is sent before the first render and then again every resize.
_Originally posted by @meowgorithm in https://github.com/charmbracelet/bubbletea/issues/43#issuecomment-7587…
-
I think (correct me if I'm wrong) it is not possible to match any event to `tea.KeySpace`.
-
https://github.com/charmbracelet/bubbletea
https://github.com/khuedoan/homelab
https://github.com/xoofx/Tomlyn
https://github.com/rrweb-io/rrweb
https://github.com/ogham/exa
https://github.com/ad…
-
**Scope:**
- Do "calculate rewards"
- Do "dispense funds"
- Not for this issue: data consume volume, other features. Other github issues handle that.
- In py, so Trent can drive more readily. And…
-
Thank you @erikgeiser for contributing the cancel reader, I've been looking for this for a while.
I wanted to use this in two other projects and I'm sure many people want it too, curious if @erikge…
-
On Ubuntu - everything works fine in the Gnome Terminal and $TERM is **xterm-256color**
If I switch to tty console where the $TERM is **linux** then I get no colour. I expected it fall back to 4-bi…
-
hi i was just using portal when suddenly
`Error initializing UI unable to set console to raw mode: The parameter is incorrect.`
this error came i cant send any files.
any help would be appreciate…
-
`func (b *Boxer) CreateLeaf(address string, model tea.Model) Node`
Since `tea.Model` is an interface, all values are copied. This means, I can't create 1..N models in my app, add them to bubbleboxe…