-
## What's broken?
Hello, been trying to configure the rollbar module. Nothing gets displayed, and after adding some logs, it looks like the refreshInterval parameter is not being configured.
Shoul…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
#### What problem does this solve?
Widgets largely implement their own line highlighting on a per-widget case. This should just be standard.
#### How do envision it working?
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
#### What's the problem?
```
> go get github.com/wtfutil/wtf
go: finding github.com/wtfutil/wtf v0.0.10
go: downloading github.com/wtfutil/wtf v0.0.10
go: extracting github.com/wtfutil/wtf v0.0…
-
#### What problem does this solve?
Find the status of certain websites like Slack. I can `curl` the status by doing this:
`curl -s https://status.slack.com/api/v2.0.0/current`
#### How do env…
-
Not all keyboard widgets have the same controls where they could
In particular, I think everything should support `Unselect` to clear selections, and either all of them should support refresh, or non…
-
#### What's the problem?
Support for multi-list is not working. Nothing is displayed when an array of boards is passed to the configuration
Config used: `list: ["Todo", "In Progress"]`, while it …
-
#### What's the problem?
Windows that are selectable from the number row do not get the same numbers consistently
#### How did you expect it to behave?
That these be consistent in some way. E…
-
#### What problem does this solve?
Right now anyone creating a new module has to start from scratch, probably copy/pasting/chopping the guts from an existing module. This is tedious, error-prone, and…