Salman Alshamrani

Results 348 comments of Salman Alshamrani

Going to mention that a solution similar to https://github.com/libsdl-org/SDL/pull/5708 should allow working around the issue (when `SDL_HINT_MAC_OPENGL_SYNC_DISPATCH = 1`, in SDL's side).

> Sorry about the less than compact commit history 😅 I would highly suggest rewriting commit history before submitting PR, or at the very least squashing all changes to one...

Related: https://github.com/ppy/osu/issues/12628

Beginning gameplay with leaderboard in "fetching" state doesn't seem to actually populate the scores. https://user-images.githubusercontent.com/22781491/190864772-84a3aed8-7cfe-4424-bf2b-219517a31565.mp4 (notice how request finished succesfully during gameplay but no scores are shown still) This is...

Relevant: https://github.com/ppy/osu/issues/17783

Related: https://github.com/ppy/osu/issues/4201

> It'd be really good if it could respond to native keys, eg `f8` to play/pause on a Mac keyboard or `f10` on HP devices. For this I think it...

"Failed to set device feature" is an OpenTabletDriver-side issue. Will keep this open to track redirecting the notification to there.

I've spent some time coming up with something better for this just so we don't allow raw `OpenTabletDriver` logs entering user notifications, and I've came up with the following: (with...