jamesbt365
jamesbt365
Minor fuckup that was missed because of the bulk configuration merge, you can see the mistake in #3291 where the auxiliary keys were supposed to be set to 20.
One identifier already has tilt but these don't.
Verification: https://canary.discord.com/channels/615607687467761684/1240317376101093446/1241474209163645000 Diagnostic: https://canary.discord.com/channels/615607687467761684/1240317376101093446/1241485624800972850 There is a quirk with the tablet itself (not a bug in OpenTabletDriver) that prevents pressure from being reported when pen buttons are pressed. The lpmm...
Backport of #3316.
A lot of methods that request data do not cache the result, leading to requesting information far more often than is actually needed. We should scrub through and try and...
Fixes #2860 First time implementing builders and this one is nasty. TODO: - [x] Add support for getting the current guilds onboarding - [x] Create builders - [x] Make said...
I'm not sure if we had this at some point but we certainly don't now, if max messages is reduced at runtime any amount set over the limit is kept.
When referring to old data we have `old`, `old_if_available`, `old_data_if_available`, `old_data` and possibly more. We should improve consistency as these optional fields are only *ever* there *if* available. The new...