Gary Green

Results 125 comments of Gary Green

Excellent news! Thank you for all your hard work on this Evan. Code splitting was vital for us. Does this code splitting feature split css imports into seperate files and...

+1 to this. Suprised Agility still hasn't addressed this issue. I'm trying to use the 'number' input type but agility does not set the value on the input but instead...

For optimizing mysql query checkout this [stackoverflow answer](https://stackoverflow.com/a/35069581/63523). It suggests to narrow down search results by adding all the bits together and caching that value in a seperate column -...

@VincentChalnot thank you so much for detailed information. We are also experiencing the same issue, although we use DifferenceHash. 8 seems to be the sweet spot for us too. How...

@jenssegers I get similar results even with DifferenceHash algorithm though. So maybe there's something else happening?

> Since different algorithm implementations have different sizing and colorization needs it's really handy to have something like Intervention available As far as I can see from the different implementations...

@scratcher28 sure, he it is: https://gist.github.com/garygreen/dbb565fa1efbf5b8179d4570e88adb25 Take note - currently this package requires Imagick [due to the interface](https://github.com/jenssegers/imagehash/blob/master/src/Implementation.php#L7), so in itself the above code won't be "plug and play" -...

Ok so I've done some further digging. It turns out my custom implementation was using a different way of resizing the image as compared to Intervention which was the cause...

Yeah that would be good. Honestly I would just copy the few lines of code that Intervention is using to resize the images and then ditch Intervention package, just straight...