Cohedrin
Cohedrin
## Issue If the `Alchemy.Cache.Guilds` guild child process is ever killed for any reason (i.e. timeouts), the bot will become unresponsive and no commands or messages can be processed for...
Is it currently possible to paginate relationships? From what I found in the code and the docs, this doesn't seem to be officially supported anywhere. The best solution I could...
Add basic redis driver support. The api leaves some to be desired, but currently this works, albeit not in the best possible way
When using inject alongside enumerations, the namespace of the enumeration modules is inconsistent, causing the call to [get_default](https://github.com/bitwalker/exprotobuf/blob/fc6159d7f6a0b85930b2060d93be6fe3edf25fd9/lib/exprotobuf/decoder.ex#L47) to error with a no match, coming from [here](https://github.com/tomas-abrahamsson/gpb/blob/19f29c4f7fc50763ea51f7f48d0d3c4f3ca4c262/src/gpb.erl#L1221). Reference protobuf ```protobuf...