Aleksei Zabrodskii

Results 8 comments of Aleksei Zabrodskii

@toxin20 - install [this `sqlite` fork](https://github.com/nukulb/node-sqlite/) - install `dialect` works for me

Yeah, when it sees a function, it calls it, which in addition to not making it possible to compare functions, throws a `TypeError` on constructors. You can transform your object...

I'd love to have an option to switch to custom function instead of a bunch of boolean toggles. Give a user an ability to either set some flags (as it...

I am running `[email protected]` and here're my `process.versions` if that helps or needed: ``` js { http_parser: '2.8.0', node: '8.11.3', v8: '6.2.414.54', uv: '1.19.1', zlib: '1.2.11', ares: '1.10.1-DEV', modules: '57',...

Yeah, no problem, thanks for the neat lib, Tomás ❤️ #251 is about redirects as well, but asks to add some functionality and this one is an actual bug. Guess...

It seems that per request headers are possible with something like: ``` js client.get({ // pass in object instead of string path: '/', headers: {'X-Extra': 'Stuff'} }); ``` Haven't checked...