Ryan Weaver

Results 336 comments of Ryan Weaver

I certainly don't think it would be difficult to implement, but in general, if the library has less features then it's easier to maintain and document. I'm all for adding...

I think we need an event-like system like Livewire has: https://laravel-livewire.com/docs/2.x/events But, for this exact situation: > Each of the Question child components has a delete button. Clicking the button...

Thanks for sharing that! Your use-case sounds like a perfectly nice one, and one that we need to get working smoothly and easily. I've added it to a "Live component...

Could you include some faux code here to elaborate on your thinking?

This is fixed by #870. Well, using plugins is already documented. But that PR allows for the `event.detail.plugins = [ChartDataLabels].` suggested by @apphancer

That's pretty cool :)

I think @yassinehamouten basically forked symfony/ux-dropzone and made some tweaks to make it work with multiple - https://github.com/symfony/ux/issues/7#issuecomment-968084788 - if it's that simple, it would be great if someone made...

yea, that's super weird. It, indeed, looks like something with the recipe update system is losing the `.` in some cases... and only under some conditions. I believe the diff...

Fixed at https://github.com/symfony/flex/pull/987

Sorry for the delay on this! @ChqThomas could you also update `.github/workflows/test.yaml`. Currently, new packages need to be added there to trigger them to build in the CI. Currently, your...