Amish Shah

Results 10 issues of 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...

feature request

Now that v13 is released, the examples that use dev builds of v13 should be updated to use the new released version.

feature request

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...

feature request

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:

feature request

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.

chore
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...

revision

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...

good first issue

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...