Derric Williams
Derric Williams
I am loving this project, but one thing that keeps me from replacing [tview](https://github.com/rivo/tview) is the lack of a table widget. It would be like a list widget but 2d...
`tview.TextView` has an `io.Writer` interface for appending to the text buffer, so we don't need to use `SetText` to replace the whole thing.
Currently, we sort the contacts every time we update the gui. We really only need to sort them when we add a new contact.
We should provide better feedback when we fail to start the daemon. For example, on MacOS when running signal-cli 0.8.0, it will fail to start when the user doesn't have...
Contacts added while running (for example when you receive your very first message from them) rather than added from the `signal-cli` configuration at startup, prevent contact list sorting from happening...
simply bumping the version naively seems to have some problems: * colors look weird * keybinds don't work right
How to repro: 1. enter insert mode 2. type a message 3. press escape to enter normal mode, siggo will save that message as a conversation draft 4. re-enter insert...
Service generates random Dark Souls / Elden Ring messages for fortunes or terminal MotD. ``` curl -L fir3.link ``` or ``` curl https://fir3.link ```
**Describe the bug** Logging to stdout is an undesirable default for a library, especially since tools that use the library will want to control what is written to stdout. For...