Oded Niv

Results 38 comments of Oded Niv

Will change to `Boolean()`, waiting for the tests to finish because I think there's another failing test and I can't run it on my machine for some reason. How will...

It should be fine, the type of the data (chosen by `ImageMagick` and determined by `image-type`) is completely unrelated to the output filename chosen, which can be anything and doesn't...

@kdybicz that would mean the lambda needs to update the DB (Mongo in my case). I actually have all images uploaded as "image.jpg" (to different directories) and I prefer it...

@ysugimoto I've been wrapping my brain around these failures and I have no clue 😢 I can barely run the test suite, I have to disable eslint and then I...

This is the output I get from running the tests: ``` oded@plex ~/devel/aws-lambda-image $ ava test/e2e-jpeg.js Reducing to: in-place Reducing to: some Backing up to: in-place Resizing to: in-place Resizing...

Didn't work... Well if it succeeds for you I guess it can be merged :)

This error means the code crashed at some point and didn't reach the end of it. You should examine the log, either in the Lambda screen (when you run the...

Assuming you meant 5MB (not 5GB), I don't think the issue is with the file size. If it's similar to what I encountered (ECONNRESET), I replied with my answer on...

@cbdileo did you try removing the reduce section and using resize instead, the way I wrote in the other thread? It completely solved the problem for me and worked on...

I looked at the other option and, not wanting to hurt any feelings, this one is much more advanced, and I already done some work on it that I didn't...