Susko3
Susko3
Can confirm on Windows. This is fixed by bumping SDL3 version. Tested on https://github.com/libsdl-org/SDL/commit/6f2621438a65abae114a7210914352b4c1d9c6c3 - the latest in [SDL3-CS](https://github.com/ppy/SDL3-CS).
Judging from this issue thread, it seems things are as broken as they used to be, but more people are affected. (I was under the impression that every tablet wasn't...
> we revert the removal of the windows raw mouse handler The handler was primarily removed because it [wasn't compatible with SDL3](https://github.com/ppy/osu-framework/pull/6234/commits/0923e41d957b7849598a7e2502877e16980f7249). I'll look into upstreaming.
When I was testing tablet issues, I was only testing with internal OpenTabletDriver and Windows Ink, I never tested external OTD or [hawku](https://github.com/hawku/TabletDriver) (now discontinued). That one's on me. I've...
Fixed by the above series of 3 pull requests.
Katakana and hiragana don't really matter. You could have [an event series](https://beta.vocadb.net/Es/718) with all three names set to the same thing and it still fails.  
The problem also isn't with the event series, as the same issue can be reproduced when adding a standalone event. If any of the three names or aliases match (normalise...
This is currently working as intended: https://github.com/VocaDB/vocadb/blob/17d2d0c96dc9e63795edeeec111c96b19c626af7/VocaDbModel/Database/Queries/Partial/UpdateEventNamesQuery.cs#L34 The odd things are: 1. Duplicate names are allowed on other entry types (I checked artists, and importantly, event series) 2. When creating...
I ran into this problem (no duplicate event names) again, when adding [Digital Stars @ Miku Expo 2024 in Berlin](https://vocadb.net/E/8052/digital-stars--miku-expo-2024-). It was a duplicate of some of the other Digital...
SDL recently added [tray icon support](https://github.com/libsdl-org/SDL/commit/01b9b0edb7fe67d333cc26744a525c9ee0fd578e) for windows, unix and macos. Documentation here: https://wiki.libsdl.org/SDL3/CategoryTray. Using this API gets us the other two platforms for free.