thewax
thewax
Add a toggle switch inside a segmented control body and it will remove all "active" classes from the toggles within. This is because the class selector is removing any and...
I had originally made a pull request and completely screwed up the commit. Hopefully this is much clearer. It's a simple fix that more precisely specifies the CSS class in...
Emulators like MAME use RAW input. The approach I am using for simulating key presses will not work for RAW input. Find out a better way to do this. Might...
Currently, this entire app needs to run in the foreground. Figure out a way to get the entire enviroment to run minimized as a bot should run!
The IRC bot is some VERY BASIC code and could use some updating. I have no idea why Twitch IRC randomly stops responding here, but I assume PING/PONG isn't always...
System.IO.Stream is a widely used class. I know this has already came up before (#29 ) and decisions were made, but I STRONGLY recommend you reconsider. Very bad practice to...