Matt

Results 6 issues of Matt

Add support for OSRS possibly? @michaelbull If this is something you don't have time for, I'd be willing to add support for it and make a pull request.

**Describe the bug** Find an alternative to replace SOCKS5 HTTPS Client nodejs package. It seems to break pretty frequently such as not setting the proxy properly even though it says...

bug
extreme-priority

**Describe the bug** NodeTwoCaptcha has a timeout that once reached and if 2Captcha has not yet finished the captcha it will throw an error for the captcha timeout. Instead of...

enhancement
low-priority

Implement unit tests in addition to TravisCI support for the project.

enhancement
help wanted

I need to select data where ``last_update` >= now() - INTERVAL 1 MINUTE` Example of what I'm currently trying to use: ```javascript qb.select('*').where('last_update >= NOW() - INTERVAL 1 MINUTE', null,...

bug

How would I define an insert_batch with the table, data, on_dupe, and a callback? Each time I try to do this, it doesn't seem it can support all those parameters...