Ryan Weaver
Ryan Weaver
MakerBundle PR for `@DisableAutoMapping`: https://github.com/symfony/maker-bundle/pull/514 But the feature currently doesn't work :/ - see symfony/symfony#34672 And (sorry!) I'm fighting back a little bit again on this feature - symfony/symfony#34860.
Thanks for this! This seems reasonable, and it doesn't break anything on non-Windows machines. But still, it troubles me... just that I can't figure out why this is happening! In...
> could the issue be from @symfony/ux-dropzone since the issue started after i installed it ? Hmm. Yea, I suppose it's possible. The paths you logged both look good to...
Yea, I'm not sure I follow the turbo frame idea either. I understand that we may not be able to put flash messages into base.html.twig by default, but it's still...
> Okay, that's a very good point. Maybe @weaverryan can give us some insights here. The fact that Stimulus is installed with WebpackEncoreBundle is indeed surprising. This was done for...
Actually, let me update with one more thought. IF there were a way to have a `symfony/webpack-encore-bundle` recipe that contained the "base" stuff (e.g. `package.json`, `assets/app.js`) AND then a `symfony/ux`...
@derrabus Yes, I think the metapackage idea would be the way to go. I think this setup would work: A) `symfony/ux` would be a "pack" that would include `symfony/webpack-encore-bundle` and...
Thanks for this - nice catch. I believe the original code was added to fix a js error that might happen if our component kept running and tried to operate...
> I had an other issue too: https://github.com/symfony/ux/commit/4e846d8688e8df773bd4e6861933561ec65d2455#diff-565bf0a4d7c4e904b165c4a2bc70ccb6101d31119b4a88ff0d9ed828537a33dfR3 this file is missing from the repository so the build can not run, or am I missing something? thanks for mentioning that...
> I think it's likely a user could have a "name" property. Good point. So that's contingent on: > G) [CHANGE] Investigate removing ComponentInterface and LiveComponentInterface in favor of annotations/attributes.