Results 656 comments of Eric Blade

so, that's all stuff that i think was good to do before extending getOrders, so now someone should fix up the getOrder helper to chunk the orders array into 50...

Current investigation seems to indicate that it was not inside this library it was blowing up, but rather code that uses this library was blowing up because Amazon changed a...

... so, it turns out what is actually failing is getReportListAll. Either it does not throttle properly, or Amazon is not following the throttle rules correctly. ```` * processRequest text/xml...

i meant isType. i thought i had renamed it isValid at some point. maybe that makes more sense. I guess let's add that to isType, call it amazonOrderId (some calls...

I was thinking that as well, there are probably at least a few other string types that could use format validation. I know in at least one of the mws...

Welcome back, happy holidays! I think that sounds about right. I think? silently fixing a really minor error like that should be acceptable, despite normally wanting to lean towards "make...

https://areknawo.com/lets-talk-js-documentation/

It looks like I can use documentation.js to perform the second idea above. I'll be checking into that over the next several days, and see if I can put something...

... I am coming to the conclusion that every one of the documentation generators out there are not really useful. Including the one produced by jsdoc. :-S