David Buchmann

Results 245 issues of David Buchmann

| Q | A | --- | --- | Branch? | 3.x | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? |...

switch all classes and interfaces to return type declarations over `@return` and parameter&property type declarations. this means bumping the minimum PHP version to 7.4. imo this is worth it. at...

Looking at the code, i realize that AbstractFilesystemResolver is an abstract class that is not extended anywhere in the bundle, and is also not documented as an extension point. the...

to prepare for version 3, remove all deprecated code and the documentation about it. hint: search repository for "deprecated"

i am tempted to cleanup some of the process and also naming how the filtered image files are created. especially with webp support, things are a bit muddy to me....

There is now a very nice template for a good .travis.yml file in the symfony doc: https://symfony.com/doc/current/bundles/best_practices.html#continuous-integration Is the travis config entirely generated by dev-kit? If so, we could simply...

The FOSHttpCache and FOSHttpCacheBundle provide integration between symfony and http caches like varnish, nginx or the built-in symfony cache. We should integrate this with Doctrine and the cmf. I created...

as recently raised in https://github.com/symfony-cmf/RoutingBundle/issues/246 and https://github.com/symfony-cmf/CoreBundle/issues/137 we should have a light repository that contains common interfaces in the cmf. name proposals: - symfony-cmf/interfaces - symfony-cmf/core (without the bundle in...

in #317 we removed createjs to avoid the integration troubles we currently have. we should work on things to be able to add it back in.

what would be the easiest way to have the hallo image upload plugin tell the "about" of the entity that is currently edited? would be cool to have that context...