Ryan Weaver
Ryan Weaver
Wouldn't adding a `getMessage()` method to `RawMessage` fix this? My guess is that the problem is not exactly the constructor argument, but that - due to the missing `getMessage()` method...
You guys nailed it. I’m also not sure what the best fix is. We could reset in an e caption listener... but more abstractly, if you make a sub-request that...
It wouldn't have created a Profile by default, but we could force that and it might not be a bad idea - if we ever needed to do any raw...
@raulfraile What's your motivation for removing the port? That would basically re-open issue #9 as well, right?
It doesn't look like there's even a PR for symfony/symfony#12533. Obviously, the best-case scenario would be to make that PR with the fix, then happily remove the port from here...
It's a bit of a longer name, but I *do* like `initialState` 👍
I think we should add a docs PR to go along with this - it’s a really important change.
I like this feature! But it does have side effects. For example, in `make:user`, we will need to make sure that we add the "opt-out" annotation above the `password` property......
> Cannot the command throw if the Validator component isn’t installed? I was thinking about this as well. Probably we need to allow a `User` to be created without requiring...
Btw, I'd like to merge this as soon as we can so that it "feels" like 4.4 and 5.0 consistently have this feature enabled. But, I think we need the...