Hugo Alliaume

Results 329 comments of Hugo Alliaume

We can go for `Point` if many people here wants to :)

I've just changed `LatLng` for `Point` :)

Hi, I don't have more things to do, I've already processed the ~250+ comments :D Final reviews are welcome of course, but I think we planned to merge this PR...

Thanks @javiereguiluz :) But we still need to set-up git repositories for UX Map bridges (Google and Leaflet), AFAIK only Fabien can do that..? Do you think we can get...

So quick! :D We will need dedicated repositories for: - https://github.com/symfony/ux/tree/2.x/src/Map - https://github.com/symfony/ux/tree/2.x/src/Map/src/Bridge/Google - https://github.com/symfony/ux/tree/2.x/src/Map/src/Bridge/Leaflet So packages `symfony/ux-map`, `symfony/ux-map-google` and `symfony/ux-map-leaflet` can be published on Packagist, and so downloadable by...

Note that it also broke the Translator demo on the Symfony UX website:

This has been reverted, let's wait for a new Symfony release

Hey, either throwing the error or exiting silently won't really fix the initial issue right? Throwing an error looks better to me, because it will really help the developer to...

> > A disconnected controller may become connected again at a later time. When this happens, such as after removing the controller’s element from the document and then re-attaching it,...