Hugo Alliaume

Results 329 comments of Hugo Alliaume

I'm closing this PR in favor of #3177, some help would be really appreciated. 🙏🏻 Thanks for your contribution!

Hi folks, if you need to mimic the `google.maps` structure without using the deprecated method `loader.load()`, but by using `loader.importLibrary()`, you can use the following code: ```js const google =...

I think this is more something related to https://github.com/symfony/ux

Yes, but the `ExpressionLanguage` used in the service container's configuration [is configured to access the Symfony Container](https://github.com/symfony/symfony/blob/7.2/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php#L33) (or at least something to fetch services from), which was never the case...

Maybe we can find another alternative, instead of passing the whole container, we can inject a service that could be configured under `broadcard.topic_generator` (or smth like that)?

Thanks for opening this issue, our functional tests for Symfony UX Turbo were broken since few weeks now... We had the following exception, and debugging it was quite a mess:...

Opened https://github.com/symfony/recipes/pull/1437, not ideal but better than nothing

Do you mean always forcing `PANTHER_DEVTOOLS=0` when Chrome 137 (if we could detect the version), or still respect user's `PANTHER_DEVTOOLS` definition? Also, I feel like enabling devtools by default feels...

The env var is commented here https://github.com/symfony/recipes/blob/main/symfony/joli-notif-notifier/7.2/manifest.json#L12, and it looks like it's the same behaviour for allo other notifiers. If we want to add the env var to .env without...

Hi everyone, I'm very interested by this PR for letting us upgrade css-loader from v6 to v7 in webpack Encore, see https://github.com/symfony/webpack-encore/pull/1319 What is the state of this PR, is...