Bojan

Results 78 comments of Bojan

Besides just generally looking into it, I have never used nor do I presently use TypeScript anywhere. Not something useful to me personally; and as I am not familiar with...

Hello, thanks for your interest in helping with this issue! I think I would be open to this. My only concerns specifically for the PR would be: - The general...

Thanks for this! I will try and take a look later today and tomorrow. Help my ignorance regarding TS please, I can't seem to find the answer quickly by browsing...

Hello, sorry this took longer than expected. Some comments: - `noop` is not used in `build.ts` (or in my code). feel free to remove. - `unref` the timeout. see PR...

Regarding the schema it's just my manually hand written [json schema](http://json-schema.org/) of the mailgun API based on their documentation. The schema can be extended to include whatever you wish more...

I am not sure what do you mean via WEBHOOK? But provided you [store](https://documentation.mailgun.com/user_manual.html#receiving-forwarding-and-storing-messages) messages using routes, you can [retrieve](https://documentation.mailgun.com/api-sending.html#retrieving-stored-messages) the stored message using `mailgun.messages.info()` API. Something like the sample...

Thanks for this list. Can you please elaborate more on the buggy-ness of bulk members add? If there is a failing test please create an issue with any relevant code....

Ooh that's a bug! I'll fix it soon. Thanks.

Oh actually I forgot... it's handled in `build.js`: ``` // HACKY special case for members bulk add if(action.href === '/lists/{address}/members' && actionName === 'add') { action.href = '/lists/{address}/members.json' } ```...

Hello, yes as I can get to them. It's a bit time consuming to cover the tests for some of these. I have updated this list with some additions I...