-
I'd like to better understand what controls how colors / markdown is rendered.
I am running pop_os (Ubuntu) as my base env and ssh'ing into a development container (based on ubuntu) to work. I also…
er4hn updated
2 years ago
-
see: https://github.com/charmbracelet/bubbletea#logging-stuff
(would make my life a lot easier...)
-
In the [foot](https://gitlab.com/dnkl/foot) terminal mouse scroll events aren't triggered at all (though other mouse events trigger okay). Mouse scrolling works in other terminals such as alacritty so…
-
possibly using one of the following:
- https://github.com/rivo/tview
- https://github.com/charmbracelet/bubbletea
- https://github.com/avelino/awesome-go#advanced-console-uis
-
The code coverage is [28.46% on coveralls](https://coveralls.io/github/charmbracelet/bubbletea).
Can tests be added and this be improved if possible?
I don't claim to know how bubbletea works inte…
-
Hey, everyone. And, @sspaink, thank you the PR. We’ve been a little backed up this month, but we’ll get to this one.
In terms of the tabs-of-lists example, why don’t we do this:
1. Keep this exa…
-
**Describe the bug**
`gum input` and `gum filter` and `gum write` don't seem to handle `home` / `end` keyboard inputs as expected.
**To Reproduce**
Steps to reproduce the behavior:
1. Run `gum i…
-
grpc?
remote bubbletea cli?
-
When trying to run `go run main.go` got this:
```panic: runtime error: slice bounds out of range [:28] with capacity 0 [recovered]
panic: runtime error: slice bounds out of range [:28] with ca…
-
I'm trying to write a tea program that activates from a shell key bind. I would like it painting below the prompt like how "ctrl+T" fzf works. It's currently painting over the prompt. Even better if I…