David Buchmann
David Buchmann
@suslin do you happen to have input for my question above, what the context and aim of this pull request is?
this is per resolver factory. on a quick look i don't see why it would not work, it should work e.g. for flysystem. with which resolver does it not work?...
hi, your message comes across quite condescending. not everybody will have your use case. that said, we are currently in the process of rethinking the core interfaces of this library...
when webp handling was introduced in this bundle, the feature was still rather experimental and older browser versions did not support it. so the approach was that the request for...
afaik webp handling in the current version of the imagine bundle has magic all over the place to check browser capabilities and fallback to other formats. i think for the...
there seems to be a way to specify both jpg and webp to the browser, which would make things robust and get rid of all needs to redirect: https://css-tricks.com/using-webp-images/#aa-using-webp-in-html and...
@curenect-meiner if you can do a pull request to change this without a backwards compatibility break (either there is a solution that can change the default, or we do a...
it seems to work. but we have some dev dependencies in composer.json require-dev so that people can run them locally, same with phpspec. is there an issue with having normalize...
@Chris53897 the fix to localheinz/diff has been merged and tagged. did that solve the deprecations, can we close this MR?
if you have time, we are happy for a pull request to refactor the tests to use the psr http-factory instead of the php-http factory. as it is only used...