Diamond
Diamond
> This is because reconnection is not working well in my experience, if I see something like "going away" or "requested to reconnect", IIRC it hangs indefinitely, simply close it...
Ideally, this should completely replace all `ErrorLog{,ger}` fields and the `wsutil.WSError` global variable.
A PR would be great.
Value copies aren't actually needed: any values in cache will be replaced, not edited.
I would also like to add that I really like how `tview` has simple examples for each of its widgets.
-1, You don't always need an email, a password and a token. I think the current system is fine as it is. Luckily, since the current `New` function takes in...
My PR should add something like this without any breaking changes: https://github.com/bwmarrin/discordgo/pull/725
Yeah, that was what I did shortly before making this issue. Should I close this issue then, or should it be left open for the documentation update?
For Golang developers: I have made [a Discord library with most of the user endpoints](https://github.com/diamondburned/arikawa) as well as [a library on top of it adding user states like member lists](https://github.com/diamondburned/ningen).
This does not happen with `nixos-unstable`, everything builds perfectly fine: ```nix let pkgs = import (builtins.fetchGit { url = "https://github.com/NixOS/nixpkgs-channels.git"; ref = "nixos-unstable"; rev = "e19054ab3cd5b7cc9a01d0efc71c8fe310541065"; }) {}; ```