David Buchmann

Results 944 comments of David Buchmann

as long as the annotations still work (when using older symfony versions) its not a BC break. people are not expected to extend that code with their own and rely...

you should require fos http cache with `3.*@dev` for now, the 3.* supports symfony 7. but needs a couple more cleanups before i can tag the release.

best do a pull request to this repository, then we can release it here.

@usu if you have some time, you could pick up the branch of #610 and try to wrap things up. looks like toxicity1985 is quite busy at the moment.

fixed in #611

This is a change from routing bundle 3: https://github.com/symfony-cmf/routing-bundle/blob/3.x/CHANGELOG.md#300 Unfortunately, we did not document how to migrate existing data. I Think your best shot is [the phpcr-shell update statements](https://phpcr.readthedocs.io/en/latest/phpcr-shell/querying.html#update-and-delete). You...

i think the asset versioning of this bundle predates those newer changes. glad if somebody has time to sort it out and propose fixes / documentation updates. (i don't have...

alternatively we could enumerate all format parameters that imagine-vips expects and set each to the `quality` parameter. that would be consistent with the rest of the configuration.

there is integration with symfony messenger to pre-render images when they are uploaded. but of course that is asynchronous and therefore won't prevent your user from refreshing. we should be...

thanks for contributing. can you please provide some context what the aim of this pull request is? especially, how does this new command compare to the existing `liip:imagine:cache:resolve` ?