Diamond
Diamond
Why is this not merged?
It sounds like the Websocket just drops and DGo isn't doing a particularly good job at fixing that. Unfortunately, I'm spending all my time on gtkcord3 right now, so I...
I'm sure it's obvious what the error is: ``` fatal: could not create work tree dir '/usr/home/go/src/github.com/diamondburned/markdown': No space left on device ```
Oh yeah, I do recall not being able to cross compile. I'll fix it when I have time, as I'm on a holiday right now.
The latter is probably possible, though I'm using the Mentions field of a message to replace, which only replaces actual pings. I'll look into it when i can. Definitely will...
https://github.com/diamondburned/arikawa/commit/660d9893e1cb813f7672ce6ab34a5cc2363ea16d introduced a regression.
There is no straightforward way to hook on *every* event before it's decoded, but there are some roundabout ways to achieve this: - You can probably swap out `gateway.OpUnmarshalers` with...
Probably none. Generics can help replace some of the code duplication, such as the `discord.[T]Option` types. Reflection is only used in `AddHandler(v any)`, and the new additions won't add any...
If you can write a prototype of a `handler.Handler` using generics, I'd be more than happy to consider it. Though I would also want to wait a few months for...
> Whenever a connection issue occurred, instead of tried to figure out how to reconnect, I made it to start a new state all over again, I'm wondering this could...