Ryan Weaver
Ryan Weaver
Hi! Thank you 💯 for this plugin. This is just a request that I would personally LOVE, in case you're interested and able to add it. In Symfony UX 2.8,...
Hi! I'm not sure if this would best fit into the plugin or inside PHPstorm itself... I'd love to know what you think. Suppose we have: ``` // assets/app.js import...
### Is your feature request related to a problem? Please describe. In the Symfony PHP framework, we're heavily-relying on the wonderful ESM support from JsDelivr. In this integration, we allow...
**API Platform version(s) affected**: x3.1 **Description** Imagine this property on an `ApiResource`: ```php class Cake { // ... #[ApiProperty(security: 'is_granted("FLAVOR", object)')] private ?string $flavor = null; } ``` During a...
| Q | A | ------------- | --- | Branch? | 3.1 | Tickets | Closes #5755 | License | MIT | Doc PR | Not needed Hi! Fixes #5755...
When you install a UX package, if you have AssetMapper installed, we `importmap:require` the packages you need. We should also `importmap:remove` those when the package is uninstalled. https://github.com/symfony/recipes/issues/1089#issuecomment-1885459144
| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | None | License | MIT UI Component = Twig...
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix #1557 | License | MIT UPDATE I think...
Hi! 2 times recently, the same situation has occurred with users - where they want to emit an event with an object - e.g. ```php #[LiveAction] public function save(LiveResponder $responder):...
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | yes | Issues | Fix #1500 | License | MIT This is WIP....