Xithrius
Xithrius
I seem to be having an issue where I'll get an error of `Io(OS { code: 32, kind: BrokenPipe, message: "Broken pipe" })` at (1) (`tx.send()` also gives the prepended...
## Problem Context: [`Block::default().title()`](https://docs.rs/tui/latest/tui/widgets/struct.Block.html#method.title) The title on the top of a block can sometimes be too long, so being able to have it on the bottom of the block would...
Closes #928 We want to ensure the information received from GitHub is not malformed. Due to this, `FetchError` handling has been moved to `fetch_data` function, so no placeholder variables in...
Closes #178 Documentation, more abstraction, removing repeated blocks, etc. Also, highlighting the user's name when it appears in chat, being mentions or text.
`/clear` doesn't actually clear the chat for the user using this application, but does for everyone in the regular chat window. If possible, make it so that clearing the chat...
Just like regular twitch chat, if you're mentioned or if your name is said, the word is highlighted. Time to do the same thing in this application.
Making new windows out of the main frame is too hard on it's own because I haven't separated stuff into functions/methods. Time to make my and other lives easier.
Allow users to have their names re-mapped to something else. This can be helpful if the user wants to be called something else, but doesn't want to change their username....
Add a sidebar to the left (like Twitch's website) to see who's live, and who's offline. No matter the state of the followed user, they list should be able to...