-
I can reproduce this on all of the examples in this repo that require the arrow keys or mouse. After poking around a bit, I was able to fix this by changing this line: `newMode &^= windows.ENABLE_VIRT…
-
If multiple `tea.Program`s are run in succession, each of them appears to set up a system signal handler (for catching SIGINT etc.), but does not clean it up after the program has quit without being i…
-
Unable to make install from github source on a Raspberry Pi 4 8GB on Ubuntu 20.04
**To Reproduce**
Steps to reproduce the behavior:
On a Raspberry Pi 4 ARM64 8GB running Ubuntu 20.04 with Go Alre…
-
👋🏽 hi, awesome work on the whole bubbletea framework!
### What
I was wondering what would be the `tea` semantic way to incorporate a timer into a tea application. I want the app to display the ti…
-
**What would you like to be added**:
Support for running on Windows
**Why is this needed**:
syft already runs on Linux and macOS, why not windows 😄
**Additional context**:
I can see that…
-
:wave: Not sure if I'm just approaching this incorrectly. I'm building a UI with an index that has a list of items, and selecting the item drills down into the details for the item.
I created a top…
-
**Describe the bug**
input md file:
```
# example complicate cargo workspace hierarchy.
## [link1](https://i.imgur.com/npGGJBQ.png)
## [link2](https://learning-rust.github.io/docs/a4.carg…
-
**Describe the bug**
When I try execute command as bellow, then occurs panic.
```sh
MacbookPro13% echo "# hello" | slides
Caught panic:
runtime error: index out of range [0] with length 0
…
-
to reproduce the problem, let us assume a collection 'A' that have document 'b' in FireStore.
Also, we have tested the collection with StreamBuilder, which means `Firestore.instance.collection('A').g…
-
This has been implemented in this repository:
https://github.com/jroimartin/gocui