Aaron Tidwell

Results 8 comments of Aaron Tidwell

Just curious if there is a branch with this, I'm going to need to fix this bug for a project I'm currently working on, and wondering if theres a starting...

Yea, that was my first instinct instead of trying to get the worker to have multiple canvas instances inside it. I wasn't sure if it's better to attach the worker...

I have a PR open that would allow setting the hostname for the client. See #35. This would allow for something like: ```js const client = Challonge.createClient({ apiHostname: 'www.someproxydomain.com' });...

I'm not sure which option you are referring to, can you link me to where that is in the docs? I believe the native https.request method accepts the same options...

Per this issue, check-in, bulk add, and undo check-in is not yet implemented. I might be able to find some time later tonight or this week to implement. If you...

If we are going to support everything, we shouldn't need to flag it, just check if the callback property is there, or the final argument to the call is a...

Xenira added a number of these methods, which is fantastic! There are still a few more that exist in the wiki that we do not yet support. Additional PRs to...

Renamed to "General Cleanup" as there are a _lot_ of issues that could be addressed. Because this project hasn't had any real organizational fixes or changes in 5 years, it...