Leo Developer
Leo Developer
⚠️ This PR includes breaking changes. Changes: - Split `PubSubMessage` into several types for more accurate type hints. (⚠️ breaking!) - All pubsub messages are now generics - Changed TypedDict...
### Summary Retry on `asyncio.TimeoutError` that aiohttp raises when a request times out. Currently testing this in production, hence draft, no changelog fragment and a lack of formatting/tests. ### Checklist...
[redis-py's hset](https://redis-py.readthedocs.io/en/stable/#redis.Redis.hset) accepts mapping argument which allows setting multiple arguments at once ([hset supports it](https://redis.io/commands/hset)). [aredis's hset](https://github.com/NoneGG/aredis/blob/master/aredis/commands/hash.py#L64) does currently not have support for it. This can be solved my replacing...
uwu
Closes #211.
Fixes #137
I'd love to see an option to limit the max memory usage of a single LuaRuntime. Lua supports passing a custom allocator function to [`lua_newstate`](https://www.lua.org/manual/5.1/manual.html#lua_newstate) which could refuse to allocate...
I allow users to create simple patterns with asterisks which boils down to equal/startsWith/endsWith/contains. This is currently the only missing feature from adopting this library in production. - [ ]...
### Summary Currently not all bit-enums are created equal. The following flags should be pluralized: - `ActivityFlag` - `ChannelFlag` - `GuildSystemChannelFlag` - `MessageFlag` - `UserFlag` ### Why is this needed?...
Hey! Wondering if it's possible to hide a folder from the navigation unless the user is currently already in the folder? For example, imagine the following setup: ```c // index.md...