David Buchmann

Results 944 comments of David Buchmann

great, glad if you want to contribute something. #1415 would be all about using new language features and dropping old PHP versions ;-)

the library is tested and works fine with PHP 8.1. the deprecation warnings are just warnings, they don't mean anything is broken. they will have to be solved before we...

yeah, BC for old symfony versions can be quite a hassle, been there and done that too :-) i actually can get on board with that plan for version 3,...

hi, this is the expected behaviour. this configures the default loaders which will be a list of loaders that is tried unless a different data_loader is specified on a filter...

the class processing the configuration is https://github.com/liip/LiipImagineBundle/blob/2.x/DependencyInjection/LiipImagineExtension.php looking at it, i don't see what would be wrong, but if you can do a pull request with a functional test that...

the configuration class processes one configuration at a time afaik. this leads to a hashmap with the configuration structure, which is then merged by the symfony configuration handling before giving...

is this fixed by #1408?

I should have released a beta version first :-( @7system7 have you tried requesting with a browser that asks for webp? or does it "only" happen when pre-warming the cache?...

did this work with version 2.6? if it did, we have a BC break somewhere, but i don't think it would have worked. afaik, you need to explictly tell to...

thanks for testing. does that problem happen with both 2.6.1 and 2.7.1, or only in 2.7.1?