Itamar Weiss

Results 3 issues of Itamar Weiss

Example: Let's say the supported languages are ['en', 'fr'], and setLocale(req, 'he') is called. The first condition won't apply (since locales[locale] isn't defined): ``` // called like setLocale(req, 'en') if...

feature request

I would have liked to be able to clean the original image even if it wasn't uploaded. Currently, the `removeVersions` function only cleans images that were uploaded. Also, I would...

minor feature
suggestion

Hi, What is the right way to close/terminate a Kinesis stream? I would like a Kinesis stream to stop consuming any resources. I'm using only the readable part of the...