MajorTanya
MajorTanya
### Summary Add events such as `application_command_error` and `application_command_completion` to mimic the `command_error` and `command_completion` events of text commands. ### What is the feature request for? The core library ###...
### Describe your suggested feature On backup creation, if the user has chosen a language that's different from the system language, this chosen language should be included in the created...
### Steps to reproduce On HyperOS, the system seems to deny the QUERY_ALL_PACKAGES permission by default and requires the user to navigate through the app settings for several layers to...
### What did you do? I tried to use humanize to convert `10_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000_000` (1 Googol) to the text output “1 googol” by calling `humanize.intword()` with the number. ### What did...
Changes the handling of tracker API responses to be parsed to DTOs instead of doing so "manually" by use of `jsonPrimitive`s and/or `Json.decodeFromString` invocations. This greatly simplifies the API response...
Adds references to the specific PR (or commit hash if no PR was made for the change) to the Changelog file.