-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues from DiscordGo #23
Comments
bwmarrin/discordgo#513 (by @ErikMcClure) outlines a potential deadlock scenario that involves the calling of multiple Disgo avoids this issue through multiple mechanisms:
|
bwmarrin/discordgo#544 outlines the possibility for Discord to send an Opcode 9 Invalid Session (which warrants a re-identify) upon a reconnection attempt. This is handled by Disgo in the |
The following (open) issues have occurred due to an incorrect type definition or non-existent type definition in relation to JSON tags:
Disgo avoids these issues through the usage of Dasgo. In short, @bwmarrin and @FedorLap2006 may benefit from using Dasgo to stay up-to-date while reducing maintenance load. |
The following open issues have occurred due to an incorrect type definition or non-existent type definition:
There are 8 open issues and 37 closed issues with the query Disgo avoids these issues through the usage of Dasgo. In short, @bwmarrin and @FedorLap2006 may benefit from using Dasgo to stay up-to-date while reducing maintenance load. |
bwmarrin/discordgo#649 (by @UlisseMini) outlines a concern with the Disgo avoids this confusion by being explicit in its idiomatic initialization, at the cost of a few extra lines. |
bwmarrin/discordgo#712 (by @riking) outlines an issue with the ratelimiting functionality of DiscordGo. Specifically, a per-resource per-route rate limit issue: This is being addressed by Disgo in #22, and will be possible to implement without a refactor. |
bwmarrin/discordgo#966 (by @sntran) outlines an issue with a lack of support for the OAuth2 flow Client Credentials Grant. Disgo implements and provides steps for all OAuth2 flows in |
We're currently working on getting the types up to date, in particular partial and null fields. |
Thank you for outlining some of the older issues though |
Great! If you haven't already, you can consider using Dasgo. We realized that every Go Discord API Wrapper was having trouble with missing fields, or incorrectly defined fields in relation to JSON. In order to solve this issue, we created a Go API Types Library for the Discord API called Dasgo. This library is built with a specification and is not implementation specific to Disgo; meaning that other Go API Wrappers can use it for their types. If Dasgo is used by many API Wrappers, we can unite the entire Discord Go community while still allowing multiple API Wrappers to exist. Dasgo has more benefits beyond type definitions. As an example, Dasgo doesn't have to be used as a dependency, and can be derived from code generation (as shown by Disgo). If you need assistance with that, feel free to let me know! With more people focusing on Dasgo to fix changes like these, maintainers will have less work to do when Discord rolls out an inevitable change. |
The following pull requests are also related to the issues addressed in #23 (comment).
|
The following issues are solved by using Dasgo. |
The following issues are avoided by using Automatic Intent Calculation. |
@FedorLap2006, join the Disgo side. We have cookies... Strictly necessary of course. |
@Strum355 So predictable. |
thanks for the content, looks great in a github platform abuse report 🙂 |
Disgo solves the following issues from https://github.com/bwmarrin/discordgo/issues.
The text was updated successfully, but these errors were encountered: