Hypixus
Hypixus
I've read previous issues regarding memory locking with `SecureArray`, however it seems to be cranked up to 11 during normal usage on Windows 10 machine. In my instance however, it...
**tl;dr: + in search request turns into %2b, making spotify API not understand it properly.** Hello, I'm trying to use this library for a simple Discord RPC project, and I...
Clarified, added a bit of formatting and fixed a few errors. Added direct link to license.
Adjusted entire codebase to fit (as much as possible) with the PEP 8 Style Guide directives, fixed issue with improper type handling for log initiating, updated .gitignore to not send...
Current state of gitignore makes creating pull requests unnecessarily messy when using PyCharm IDE. All `.idea` contents are related to local machine, so they should never be within version control....
Fixes #112 ## Summary of Changes Added **actual** handling of 403 exceptions. ## Additional context Riot outages cause application failure without meaningful message in logs. This change will report them...
### What is your idea? Currently the exception handling within application causes a straight up failure whenever Riot API refuses to cooperate. Good example could be recent (few minutes ago...