Ryan Weaver

Results 336 comments of Ryan Weaver

You can just bump the minimum-required version of Encore in your `composer.json` to whatever version fixed this :)

@ChqThomas Sorry for the delay! Yes please! I rebased your work over to #789 but will merge very shortly. Thank you!

I'm wondering the same thing. I was very appreciative of this bundle while the Stof one didn't support Sf5. Could you work together to maintain just one? Thanks!

Hey! So I think we can, and should get this working :). And I also think it's not such a big deal. As stated, the problem is that mermaid is...

That's really cool @b1rdex! Inside `RouteTemplateSelector`, you're rendering a completely custom form type... and so... not using the form builder from EasyAdmin for this form? I know this is a...

Hi! I can confirm this error on the latest 3.2.14 and have a reproducer from our tutorial: The `ApiResource` is: https://github.com/SymfonyCasts/api-platform3/blob/entity-class-get-collection-reproducer/src/ApiResource/UserApi.php ```php #[ApiResource( shortName: 'User', stateOptions: new Options(entityClass: User::class), )]...

The goal is to make the field only readable if the security rule passes. That works well hence using “security”. The problem is that this has a side effect: the...

> You can still achieve a similar effect with a custom provider by not setting the field if your condition is not fulfilled, can't you? Hmm, yea,. I think that...

I do have a patch on #5756 - but not a test case - I'd be happy if someone smarter than me could find a way to add one