Hannes Diercks
Hannes Diercks
fix https://github.com/cemalgnlts/Mailjs/issues/15
fix https://github.com/cemalgnlts/Mailjs/issues/14
Currently when I get rate-limited, I get this result `{ status: false, message: undefined, data: '' }`. I'd suggest the client handles rate limits internally by retrying the request after...
Hi! Thanks for the great library! I think it would be great if the `IResult` would also expose the response status-code as currently it's pretty hard to debug why a...
in order to get rid of deprecation warning ``` connect deprecated res.headerSent: use standard res.headersSent at ../node_modules/grunt-protractor-coverage/node_modules/coverage-collector/node_modules/connect/lib/proto.js:127:22 ``` caused by coverage-collector dependency Thanks a bunch :) ref r3b/coverage-collector#3
Seems as if the launch API does not work as expected with the refactor to modules.
Given I have two labels "foo" and "bar" And I want to rename them with ``` json { "previousNames": [ "foo", "bar" ], "name": "Foo", "color": "..." } ``` Then...
When working with batches, some caches could support batch get/set/delete operations. It would probably save bandwidth / time when cachified would support these operations and fall back to parallel single...
moves @architect/functions to a peer dependency in order to allow host app to determine the installed version upgrades @architect/functions and @types/aws-lambda to latest versions
## Describe the issue When I setup a fresh arc project And I add a table And I install the typescript plugin And I run `arc sandbox` Then I expect...