Chris Alvares

Results 5 comments of Chris Alvares

So this library allows you to create batch jobs, but unfortunately, the actual POSTing to the batch job URL is not natively supported, you would have to write that. I...

I will put it in the readme, but I think reading the wsdl might be a good thing. Perhaps even caching it in the package like we do here: https://github.com/ChrisAlvares/node-adwords/blob/master/services.js...

You need to make sure your keys are in the order of the documentation, see: https://github.com/ChrisAlvares/node-adwords#ordering

Just in case anyone wants a quick and dirty solution, you can disable Autocomplete+ in comments by adding a scope blacklist with `.comment.block` in the settings of autocomplete+ ![screen shot...

I ran into this problem. The pause will pause the stream, but if the buffer already has data in it, it will continue to process until it reaches the end...