Fleny
Fleny
Fix some `docusaurus` build warnings and `typedoc` warnings. - `docusaurus` after #3858 started giving a wall of text of "broken" anchors, the issue is fixed in this pr by installing...
Add subscriptions, the subscription endpoint and the 3 gateway events. - Upstream: https://github.com/discord/discord-api-docs/pull/7109 - Upstream: https://github.com/discord/discord-api-docs/pull/7110
In some situations, Shards are getting in a loop of resuming -> close -> resuming -> ..., this pr attempts to fix it and improves the logging for shards. The...
Node 18 went EOL in April 31 2025. The only reason we may want to keep using Node 18 for is for unit testing to ensure we don't break compatibility...
Rework how the resharding works to make it better when using outside of the in-memory gatewayManager: 1. When a call to reshard is done it re-does all the buckets, worker...
### Tell us what problem the feature would solve Use https://github.com/discordeno/template for the examples we have at /examples in this repo ### Describe the solution you'd like CI to sync...
### Tell us what problem the feature would solve `null` values do have a meaning sometimes for some objects ### Describe the solution you'd like Add an option to preserve...
- upstream: https://github.com/discord/discord-api-docs/pull/8025 - fixes #4626
- upstream: https://github.com/discord/discord-api-docs/pull/7919 - fixes #4625
SetupDesiredProps when is given an object that does not corrispond to a transformer object that supports desired properties will behave like TransformProperty on the entire object as when it tries...