Ryan Weaver

Results 336 comments of Ryan Weaver

Hi there! Can you say a bit more about why you need the original route name? Are you trying to generate a url to whatever “page” you’re currently on including...

> That's exactly the use case I have! :) That makes sense! Though, I don't have a clever idea at the moment for how to support this. What are the...

That’s an annoying requirement - it’d be great if jetbrains could find / be configured to use the standalone official binary the bundle downloads.

I love this in theory, however, in practice, I think this breaks backwards-compatibility. For example, suppose someone is currently using `json_login` AND another authenticator and that both are active on...

Not stupid questions - you're new here! And you've done a fine start. You can update THIS PR to revert these changes and add the logger. And you don't need...

Hi there! I appreciate you opening the issue from a real-world use case - that's exactly what we need right now :). I think there are two separate, but related...

Also, you mentioned: > Note: we accomplished this because we temporary disabled the ux.twig_component.event_listener.data_model_props_subscriber subscriber (see https://github.com/symfony/ux/issues/555). I couldn't quite see how the subscriber was causing problems - I would...

Hi! You've proposed 2 cool features. ## 1) Better field-by-field model configuration For forms, we currently allow you to do `` (or some similar variation) so that you can be...

Btw, ``` $models->field('registration_form[type]', 'on(change)'); ``` Did you think about allowing just this? ```php $models->field('type', 'on(change)'); ``` That's what I had in mind (not needing the form name), but I wanted...

Hmm, ok, will need to keep this sub-form case in mind. Ideally we can implement this without needing the `registration_form[]` prefix :). thx