Eric Wennerberg

Results 28 comments of Eric Wennerberg

Have any progress been made on this issue? Our ability to correlate logs between cloud functions and our other services are severely impaired due to this header not being exposed...

I think nodemon installs some dependencies for watching files, and we are using it in development. Is it possible that by removing devDeps we are also removing these dependencies and...

A proposed solution is to also use https://www.npmjs.com/package/image-size to measure width and height on `.toMatchImageSnapshot`.

Regarding the snapshots, does the tests pass for you locally?

It seems there isn't alot of development on imagemagick anymore. Especially for new formats as webp. We could look into using the decoder `dwebp` and encoder `cwebp` for webp instead.

Which CDN are you referring to? Sent with GitHawk

Yes that is true! In this case imagemagick does that actual calculation that figures this out. We need to do this calculation ourselves as well I think.

So a new operation that overlays one image to the other? That sounds good. I think magick has a method that can be used for this. The configuration for the...

This looks promising. I wont have time to look at this for some time, but you can go ahead and implement this.

I realize now it might not be as simple as I thought at first. IM supports svg -> any, but with varying quality according to [this thread](https://stackoverflow.com/questions/9853325/how-to-convert-a-svg-to-a-png-with-image-magick). That thread does...