Ado Karasev
Ado Karasev
Calling `close` method on `GetMediaResult` input stream takes a long time for long streams. ``` var result = mediaClient.getMedia(new GetMediaRequest().withStreamName(streamName).withStartSelector(new StartSelector().withStartSelectorType("EARLIEST"))); r.getPayload().close(); ``` Here is [repo with tests](https://bitbucket.org/chatterbubble/amazon-kvs/src/master/) to reproduce...
**Actual Behaviour** Template should be rendered. **Expected Behaviour** Test email is not received. It's hard to say what is wrong. But when I replace table with `ul` or just `p`...
**Actual Behaviour** Can not use `with` (https://handlebarsjs.com/guide/block-helpers.html#the-with-helper) block helper in email template. It does work in UI editor but actual email with the same test data does not contain the...