Christian Muehlhaeuser
Christian Muehlhaeuser
I've added two magnet downloads, X and Y. X finished downloading before Y started resolving its magnet. X and Y ended up both possessing the same filename. When Y started,...
Support starting the rendering a few seconds into the recording, then looping around from the end to the beginning. The idea behind this is that it generates a more reasonable...
It would be nice to configure a bulb or group of bulbs to control with the mouse wheel over the tray icon, e.g. for brightness.
Tried playing with this, but I have no idea what I'm supposed to enter as a session description base64. Any pointers?
I needed to move the `copyright` setting out of `[params]` and into the top-level of the config file to make it show up. Is this just wrongly documented in the...
As discussed in #234 and with @mikedld, the sorting code in the Qt frontend needed a refactor. This change proposes handling magnet transfers as a separate sorting category. This means...
Since we had a few reports about concurrently accessing base style definitions, I figured one solution would be making `Style`'s rules map thread-safe. While it's an elegant solution, it is...
This is related to #139, but uses a `sync.RWMutex` based approach to fully guard the `Style` struct. Since we had a few reports about concurrently accessing base style definitions, I...
### Discussed in https://github.com/charmbracelet/bubbletea/discussions/664 Originally posted by **mschneider82** December 5, 2022 i am using the mouse input and always getting a program exit after a while because of "could not...
Recovered from #452 by @Londek: The reasoning behind this hideCursor is behavior of AltScreen in cmd.exe; cmd stores two different cursor "states" for both AltScreen and main buffer so, we...