André Elvan

Results 52 comments of André Elvan

Weird. Since you're mentioning eager loading, does it work if you don't eager-load?

There must be something wrong with the value that is being passed in, that space in '30% 40%' maybe isn't a space? Is '30% 40%' the default value you've assigned...

Can you try opening up craft/plugins/imager/services/ImagerService.php, right before line 914 add `Craft::dd($position)`, and let me know what the output is. Is there only this one image on the page, or...

Yeah, this keeps popping up from time to time, and the reason is always that an invalid value is being passed. I'd check (and double check) that the default values...

Ok, that sounds like a bug. I'll have a look at it.

This probably wasn't as easy as I thought... ;) I was thinking that [Imagick's getImageAlphaChannel](https://www.php.net/manual/en/imagick.getimagealphachannel.php) would give me this, but it returns true _if there is an alpha channel_, and...

I'll put this on my todo-list for the next version of Imager I'm working on, and see what I can come up with. At the moment I'm using the built-in...

Hi, Can you describe how you tested to come to the conclusion that Imager duplicates CF invalidations? If you're using post-optimization tools and running them as tasks, there will be...

Are you guys using bucket encryption? https://www.cloudconformity.com/conformity-rules/S3/bucket-default-encryption.html

@smockensturm Did you at some point change your configuration from having transforms locally to enabling AWS? If so, make sure that you clear the local imager transform cache, if the...