ADmad

Results 347 comments of ADmad

The `cakephp/database` can be used standalone too but you are using `cakephp/orm` not just `cakephp/database` and the latter is a dependency of `cakephp/orm`. You tried updating the indirect dependency instead...

I am pretty sure the `setDriver()` was primarily for testing and doesn't have an actual use case.

Currently I am the only one maintaining this package and with the limited time I can spare, for the 1.x branch I only look into bug fixes. On a related...

Linking the previous Glide 2.0 brainstorming issue #170 here for better visibility. "Serve cached images via web server" is one feature I would like to be realized.

Sorry I haven't had the time to look into this but could you please address the failing tests in the meantime.

Have you checked with imagick instead of GD? If the issue occurs with both drivers then it could potentially be some rounding/casting issue when calculating dimensions for resizing. Someone will...

That means the issue is driver specific and not related to the dimensions calculation, which might be more difficult to track down / fix. Could be an issue with one...

@midweste Still interested in making that pull request? :slightly_smiling_face:

@tgalopin @reinink Can you guys look into this please?