Amish Shah
Amish Shah
- Can remove `wrappedMethods` in Track.ts - Revisit reconnection logic - the readyLock currently sets a hard cap of 20 seconds on reconnects that interferes with other parts of the...
Now that v13 is released, the examples that use dev builds of v13 should be updated to use the new released version.
If you'd like to pass custom FFmpeg arguments, you need to create your own FFmpeg transcoder stream. This can be annoying, especially for those who would like to use reconnect...
The last important piece of code to be tested is the Networking.ts file. Once this is done, we can start to move towards a v1.0.0 release :rocket:
The repo should be updated to have documentation that is compatible with the documentation generator, and then the site repository https://github.com/discordjs/site should also be updated to use this documentation.
In the [library itself](https://github.com/onury/docma/blob/300d011d58dba8da938560a6866636562475aad5/lib/Docma.js#L123), `markdown.sanitize` defaults to `true`, whereas the [documentation](https://onury.io/docma/api/#Docma~BuildConfiguration) indicates that it defaults to `false`. I wasn't sure whether the implementation in the code is wrong, or whether...
The TypeScript refactor should make no breaking changes unless they are absolutely necessary.
The CI used already isn't too complicated so it shouldn't be too bad to move to GitHub Actions! This should make a good first issue for anyone taking part in...
Hi there! Firstly, thank you for making this library, I'm finding it very useful! I'm using this library with TypeScript, and it's a bit cumbersome when dealing with the return...