Kevin Bond

Results 593 comments of Kevin Bond

@loevgaard are you ok with the escape solution for `:`?

> First off I thought it was great, but now I just gave it some thought, and it might be weird for people (not knowing about this PR and issue)...

Thanks @jasonlbeggs! So perhaps let's roll with just #1960 to consider this issue _fixed_?

Big thanks to @smnandre for fixing the `@` issue in #1966! As discussed, we'll forgo escaping `:` for now.

Some of this packages features are now in 7.3: https://symfony.com/blog/new-in-symfony-7-3-invokable-commands-and-input-attributes with hopefully argument resolvers coming soon!

Hmm, I've never seen that exception before. I don't have experience with a non-out-of-the-box migration setup. Does it have anything to with https://github.com/doctrine/migrations/issues/1440?

Yes, I've been burned by this before as well. I agree with your conclusion on how it should work.

> Is this just how behat/mink normally works? Yes > I guess you can't really change this behaviour now as it would break a lot of people's existing tests... That's...

I don't recall mink having such a method but we should be able to add this behaviour manually (find all the elements via the dom crawler, get their text, then...