RobeeeJay

Results 3 issues of RobeeeJay

I've not changed any of my code, so maybe Amazon has changed something, anyway now I get the error code SignatureDoesNotMatch whenever I make a request via createProdAdvClient. :/ Not...

Probably something to do with the domain module. I need to look at it all more closely and understand why this happens.

Okay this one bit me today, took me ages to figure out what was going on... https://github.com/deepak1556/gulp-browserify/blob/master/index.js#L48 You are using the passed options object directly, and not copying it. So...