Liam Stanley
Liam Stanley
Looks as though [BackgroundStyle](https://github.com/charmbracelet/bubbles/blob/2fd583c8ef43786d58beb63aae5d88b65c14dee2/textinput/textinput.go#L114) on the textinput bubble doesn't actually use the style in question. Not sure if this is intentional or not. Was hoping to use it to set...
Running the [mouse](https://github.com/charmbracelet/bubbletea/blob/master/examples/mouse/main.go) example on powershell, Windows Terminal, cygwin-style terminals, and potentially others, doesn't seem to let me capture mouse events beyond column 95. I haven't tested on a proper...
It'd likely be good to add a feature that allows enabling/disabling the zone manager globally, where calling `zone.Mark(v)` simply returns the original input, without manipulation. This would make it easier...
Once I've solidified how I want https://github.com/lrstanley/ircdef to look, may want to look at moving to it for girc. Would definitely be a big change.
Followup to #42. /CC @nmeum @robbyoconnor @jwflory --------------------- Still a few TODOs: - Handle colors when splitting - Special treatment for URLs in word-boundary splitting - Prevent unneeded whitespace truncation...
**Describe the bug** `Guild.VoiceStates` isn't kept up to date as new `VoiceStateUpdate` events are received. It looks as though the initial value is kept from the `GuildCreate` event, and never...
Hello -- awesome library. I'm looking to use this with `tea.WithAltScreen()`, however I'm struggling to figure out the best approach to have the table expand to fill the entire height....
## Summary Interested in potentially looking at improvements to the contribution flow, around triaging, labels, etc. Creating this to track, so I don't forget. Some of the notes from the...
## Summary With our larger Concourse deployments, opening the sidebar will drastically reduce performance, when logged in with a user that has access to most teams/pipelines (our admin users, as...
If this is intended behavior, my bad. I tried searching through issues and I couldn't find much. I have the following proto file (where I have just services defined): ```proto...