Ryan Weaver

Results 336 comments of Ryan Weaver

I thought it already worked this way? I thought that, even if your component is NOT anonymous, if you have `{% props %}`, it would covert anything listed there from...

Hi! Hmm, I'm not sure! `Encore.enableStimulusBridge('./assets/controllers.json')` should be all you need. That creates a Webpack alias from `@symfony/stimulus-bridge/controllers.json` to `./assets/controllers.json`, which this bridge then uses. I can't imagine what would...

Yes, we had another PR recently for another part of maker bundle to switch from the alias to the full package name. The user is probably copying the `composer require`...

I've fixed the peerDependency to allow v4 or v5 and I should have the tests running in both v4 and... though the tests do not show up here for some...

Hi! That seems reasonable, as long as the code that maker generates doesn’t change and we get some nice tests:). The manipulator IS internal, so not intended to be used...

Thanks for this! What's the use-case for needing to do: > data-live-url-mapping-search-alias="q" This doesn't look like something that Livewire has (I check there as a quick way to validate the...

Hey! Can you please share some more details? What does your code look like? Do you have `link` tags to these files from a template? If so, what is the...

> It could be simpler for this autocompleter service if it built the form view (i.e., $view = $this->getForm()->createView()) and get the label and value already processed from $view->vars['choices'], so...

Sorry for the delay @ytilotti - it's this idea: https://github.com/symfony/ux/pull/1328#issuecomment-1850665714 So instead of getting the `choice_value` option from the form, then trying to handle the different types that it may...

weird - I've never had this issue - I'm not sure what might be different in your setup that causes it.