Hugo Alliaume

Results 329 comments of Hugo Alliaume

Hi, yes there is a typo on `IsValid` attribute, it should be `Valid` insteadd but it will only works for object. About your validation error, the method `$this->validate()` is responsible...

Yeah, that's like `Response::getHeaders()` from HttpClient, but using named arguments helps a lot :)

Hi! In 2.28 we introduced https://symfony.com/bundles/ux-live-component/current/index.html#input-model-validation-modifiers, I think `min_value()` and `max_value()` could help you here!

Hi! > But it feels more "UX Image CDN" than UX Image to me. And I think it's fine, IMHO this is what people will expect when using this component....

Hi, Yes, @ChqThomas started a PR at #2288 at the same time, unfortunately: 1. AFAIK there is still BC issues, we can't drop Svelte 4.x support in a Symfony UX...

Opened https://github.com/symfony/ux/pull/3177, any help would be appreciated

Hi, just to be sure, you want to mock services used by your components, like your database, or to mock the HttpClient used by `createLiveComponent()`?

Hi, sorry for the long reply, I was busy with something else :) I tried some investigation this morning, with the following live component: ```php

Yes, https://github.com/symfony/panther/pull/678 is open

More or less, some minor things are missing for truly Symfony 8 compatibility