Steven Ward

Results 5 comments of Steven Ward

I am willing to work/test this on my Windows machine, shall I just start with adding the ```python excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter', 'PIL', 'IPython'] ```` line to the...

Due to the refactor to `FooterButton`, the `Rewind` action (right click on the `FooterButtonRandom` button) behaves a little strange in relation to animations. For example, right clicking on the button...

Most likely the osu! API being flaky returning errors in plaintext. Unsure if it's worth adding a mimetype check before decoding to JSON to avoid uncaught exceptions?

That request suggests that you are trying to use port 80 for the callback, which most likely won't work due to how linux port binding works (ossapi spins up its...

Should be resolved with https://github.com/ppy/osu/pull/25105 and https://github.com/ppy/osu/pull/25152.