Hyper
Hyper
Provide support for Flask async views as outlined in https://flask.palletsprojects.com/en/2.0.x/async-await/ Theoretically it should be as easy as adding `current_app.ensure_sync(func)` to decorators, so I tried adding it myself, but I faced...
It appears that with any of the Layan Aurorae themes, I lose the ability to resize my windows by dragging from the top, sides & bottom work as intended. Changing...
### Summary Add short exercises to documentation to facilitate learning the different features of the library. ### Why is this needed? It helps people learn the library a lot quicker...
### Summary Reimplement the documentation in mkdocs material. Deployments: - ~~[Github Pages](https://hikari.hypergonial.com/)~~ outdated - [ReadtheDocs](https://hikari-rtfd.hypergonial.com/en/latest/) I think it is worth considering an alternative to readthedocs (like pages) given the performance...
### Summary We should consider using [mkdocs material](https://squidfunk.github.io/mkdocs-material/) for the documentation. I have the following reasons as to why: - Much better search that is very responsive - Nicer looking...
### Summary Add monetization support. - [x] Add SKU - [x] Add Entitlement - [x] Add Gateway events - [x] Add REST routes - [x] Add interaction response type `10`...
### Summary Add `default_values` attribute for auto-populated selects. This did require some fairly **significant restructuring** to make type-safe, and honestly I'm still not quite happy with the result, so feedback...
### Summary Add a "Guides" section to the documentation where users new to the library are introduced to core concepts and features of the library. The guides should be written...
### Summary Improve test coverage by adding more unit tests. ### Why is this needed? Decrease the likelyhood of @hypergonial messing up another release. ### Ideal implementation Write more tests....
### Summary Currently only command names/descriptions and option names/descriptions are supported by locale providers. Slash option choices however support localization. AutocompleteData would also benefit from having a `.loc()` method. ###...