Steven Casper
Steven Casper
If I had to guess it's because of speedrun.com integration and their servers sucking tremendously at that moment. You can always create a windows firewall rule to block any application...
I'm not sure what votes you're referring to. Speedrunning is pretty niche, IMO you shouldn't be surprised that a program like LiveSplit shows up as a false positive in 2...
I see that the original PR for this was scrapped. Is there still interest in working on a solution for this? On the project I'm working on text validation has...
@lecoqjacob Are you referring to implementation details of my workaround or for an actual solution here within egui itself? For the former I notice that my link is now broken...
We should consider requiring this for leaderboard moderators in my opinion.
The new extra grid cell could be filled with a color option for Game Time Paused, mentioned in #2054
I've opened the pull request to update the timer code at LiveSplit/LiveSplit.Timer#6 This is my first time working with git submodules so I'm not sure if I'm doing it right...
I think I might need a little bit of help with the test failure. It looks like this fix has exposed another edge case with byteSwapAllFields: It can't deal with...
I've come up with one solution here of renaming `byteSwapAllFields` to `byteSwapAllFieldsAligned` and modified the signature to accept an alignment parameter. Then I converted `byteSwapAllFields` into a wrapper function that...