Stepan Stoliarov
Stepan Stoliarov
Yeah, I guess sometimes jumping over 13 major versions breaks stuff 😜
This is probably because of the changes in node crypto API. See my fork for a fix. stevebest/node-mysql@b5e662267d6f42f663d16d79f3cd09a24f55478f
There must be a better way to pass goodiness to `request` without turning API into a swiss army knife with a kitchen sink. And I'm kinda working on it. Thanks...
When in Rome, do as Romans do. I used closures not for syntax, but because it's the way Node modules are expected to be. Well, at least Roman emper---I mean...
Also, https://github.com/stevebest/vk-client
Aaaaand, I'm probably not going to support it. It's twice as long and doesn't even speak Node streams, bleh! :)
I was thinking about making it more `request`-compatible in terms of API, like ``` javascript vk.defaults({proxy: ...}) // delegate `request` stuff to `request` vk.get('method') // when you actually need a...