David Buchmann
David Buchmann
i just checked and routing & routing-bundle already allow symfony 5. core-bundle seems to not have been lifted to symfony 5. if you do a pull request on core-bundle to...
thanks a lot for the analysis, @ostrolucky - great job! > Another idea of mine was in case clientResponse twig variable is empty, fall back to iterating through profiles and...
not sure how useful this is anymore, there are a bunch of factory implementations available. the most popular being guzzlehttp/psr7 and nyholm/psr7, see https://packagist.org/providers/psr/http-factory-implementation for the full list of implementations....
can you debug whether it is a problem of the liip imagine bundle or of symfony or the imagemagick library?
looking at that stack trace, i am pretty sure hte problem is on imagine's side. the [call we use](https://github.com/liip/LiipImagineBundle/blob/5d51bd18e65f3fc364fa47a8c33e069d65ddbff2/Imagine/Filter/FilterManager.php#L96) does not pass a mime type along, so its imagine not...
there is additionally a phpstan warning that we have too many arguments. i ignore that for now but i think we should use 3.x to drop legacy things.
i would love to get this moving again, but have little time. @cbeyer if you want to pick up the branch from stephan and do a new pull request with...
@tacman this would be a crucial bit to modernize the code for 3.x
the only one i still find is in ProxyResolver. i did a bit of digging to see where this comes from, and its this pull request: https://github.com/liip/LiipImagineBundle/pull/687 in this instance,...
if you do the web request as the browser would do it, the cache should also be warmed up. if you want to call the liip imagine services from code,...