David Buchmann

Results 944 comments of David Buchmann

i just ran into this. the only workaround i found was to lock `symfony/ux-turbo` at `2.23.*`, otherwise i get an exception from the container: `Too few arguments to function Symfony\UX\Turbo\Bridge\Mercure\TurboStreamListenRenderer::__construct(),...

does your imagick library support rasterizing svgs? does generating the image work when you request it through the browser? svg is a vector format, for scaling it would make more...

thanks! we use a phpstan github action. that has not been tagged with the latest phpstan version - i asked for it in https://github.com/OskarStark/phpstan-ga/issues/85 and when this happens, i can...

the githuab action for the phpstan github action has been fixed, so that we get latest phpstan again. thanks for the cleanup!

we still support legacy PHP versions and therefor can't declare the return type on our implementations. i tagged this issue with the 3.0.0 milestone so we don't forget to clean...

yeah, annotations have been removed in Symfony 7, in favor of the attributes. we need to provide our annotations as attributes as well. i am not sure about the error...

i worked on the library, hopefully the 3.x branch will soon allow symfony 7. if you have time to work on it, it would be great to add attributes for...

thanks! we can't move the annotations because that would be a BC break. i suggest to create a new namespace Attributes at the top level of the bundle

oh, i just notice: we already have the annotations also be attributes. but the problem is that they extend the framework extra bundle base class. could we make them no...

so everything should be fine except we must not extend anything from framework extra bundle.