Vincent

Results 15 comments of Vincent

Yes weird... I can't understand how we can talk about i18n and not talk about paths .. ? I can't imagine how much work it's necessary here, but, how can...

+1 for this issue, still blocking the Alert component with routify. Any update ? Thanks !

Is there any other way ? without editing the plugin code ?

Ok, in last version, this works : ``` _onNext = () => { this._carousel._animateNextPage(); // do stuff }; ``` And : ``` this._carousel = c } > ```

I don't think a page builder should be used for such cases. For example, if your drag & drop generates some actions (like ajax post to server to save new...

Using this trait : https://github.com/kristijanhusak/laravel-form-builder/blob/master/src/Kris/LaravelFormBuilder/Traits/ValidatesWhenResolved.php ? Guessing it's still in dev no ?

+1 With Nuxt3 in beta, and soon in RC / stable, it will be useful to support Vue3. We are starting the migration in my company, Nuxt 2 => Nuxt...

What about this PR ? any news ? why isn't it a main feature of this plugin ?

I don't understand your code, I don't think you use correctly your annotation and having to configure all your entities in service.yaml and then in the entity itself is anti-pattern....

I agree with @carlobeltrame , the Symfony validation system ensures the validity of your whole entity, not only your request. I can't see any business logic where you would accept...