Eric Blade
Eric Blade
Thanks for finding that, I had a feeling that was something involving time and division. I honestly thought node would throw a runtime error for division by zero rather than...
well, there's a bunch of quota rate that just has never had the data filled in, and i'm not sure if that's because documentation was lacking, or i just didn't...
yep, it should pass along the throttle headers now, so we can be more smart with them, but we can't rely on them 100% -- say you've got two completely...
.... and if we built some of our validation code in typescript instead of plain js, we might see some sizeable benefit as well
i started in, but it's a daunting task lol :-D mostly it's translating the jsdoc documentation into typescript.. which is often a translation of the MWS documentation. also, the library...
… seems we might be able to auto-generate a bunch of this with tsc command line options. good to know, some things were added in typescript 3.7 to allow for...
I've added auto-built typescript defs files. It's clearly not where it needs to be to be really useful, but at least it's a start. :)
I've just done a really quick conversion for mws-simple to become typescript, and i'll probably use that as a blueprint to allow for the integration of typescript code into this...
... i have an inkling that i might find a way to convert the XSD files from Amazon into typescript types and ship them with mws-simple...
There is a utility called 'cxsd' that will convert an entire tree of XSD files. Unfortunately, there doesn't seem to be a complete catalog of all the XSD files that...