Derric Williams

Results 9 issues of 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...

enhancement
good first issue

`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.

enhancement

Currently, we sort the contacts every time we update the gui. We really only need to sort them when we add a new contact.

enhancement

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...

enhancement

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...

bug

simply bumping the version naively seems to have some problems: * colors look weird * keybinds don't work right

enhancement

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...

bug

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...

bug