Michael Rios
Results
2
issues of
Michael Rios
Can someone help my identify what's wrong with this? I'm trying to page through all the search results, but the loop never breaks: ```golang ctx := context.Background() results, err :=...
**Describe the bug** Keybindings are not updated (enabled/disabled) after resizing the height of a list. **To Reproduce** You can see this behavior by calling `SetHeight` in the [list-simple](https://github.com/charmbracelet/bubbletea/tree/main/examples/list-simple) example. ```go...