Romain Monteil

Results 41 comments of Romain Monteil
trafficstars

Hello @bennnjamin, thanks for reporting this issue. It should be fix in `3.2`. Be aware that this version introduce a BC break, see CHANGELOG for more details.

I'm not against making all parameters optional if there is a specific use case for sending an empty payload (no data and/or notification).

@xVinniVx Sorry for the late reply! It seems to come from this line: https://github.com/tales-from-a-dev/flowbite-bundle/blob/main/templates/form/default.html.twig#L155 I'll have to take a closer look!

Hello @xVinniVx Currently the theme only support displaying the DateType in US format Until I fixed this, the workaround is to either set the DateType [widget ](https://symfony.com/doc/current/reference/forms/types/date.html#widget) option to `single_text`...

@RafaelKr there's already a bundle port of the feature that you can use: https://github.com/yceruto/formflow-bundle The demo app use it!

I don't think this issue is due to the bundle. I tested it with a new project and everything works fine. The `autocomplete` option come from the [symfony/ux-autocomplete](https://symfony.com/bundles/ux-autocomplete/current/index.html) package ?

I think so, because I was referring to the [GeocoderListener](https://github.com/geocoder-php/BazingaGeocoderBundle/blob/master/src/Doctrine/ORM/GeocoderListener.php#L106) which only checks a property or a getter returning a string. In my case, I store the address in an...

Friendly ping @norkunas! I have rebased my PR and include Symfony 6.4 and PHP 8.3 to the CI matrix !

@norkunas tests are green on my side (https://github.com/ker0x/geocoder-php-geocoder-bundle/actions/runs/7695337920). I will prefer to see this PR merge instead of #350 as there are too many problems with deprecations and Symfony 4.4

@norkunas I have just updated the PR! I've removed the tests for Symfony 7.1 because I think that just testing on 7.2 is enough! WDYT?