jchristgit
jchristgit
As pointed out in #1363: Many images on the events page lack a definition for alt text. All images need alt text defined so that screen readers can present the...
As pointed out in #1363: Elements like links and videos throughout the timeline are impossible to access with the keyboard, since focus jumps to the bottom of the page. Pressing...
As pointed out in #1363: The "Sub-Articles" menu on the "Contributing" page is not interactable with the keyboard. All elements of the webpage should be usable by the keyboard.
As found in #1363, each keyboard-interactable element must have a visible focus indicator. The focus indicators for GitHub, Reddit, YouTube, would be suitable. It is recommended that site-wide, consistent focus...
As pointed out in #1363: All interactable elements should be accessible from the keyboard alone. Pressing tab while focussed on “Merch” should shift focus to the “More” dropdown. The user...
This would previously fail with the following error: File ".../cassiopeia/datastores/riotapi/account.py", line 89, in get_account data["region"] = query["platform"].region.value ~~~~^^^^^^^^^^ TypeError: 'str' object does not support item assignment
With nostrum having functionality now that is pretty exquisite but most people might not end up using (multi-node distribution as an example), it feels appropriate to also improve the user...
Presently we have modules such as `Nostrum.Api.Message` and `Nostrum.Struct.Message`. When importing or aliasing both modules at the same time, things get hairy. We should move things that are in `Nostrum.Struct.`...