Christian Scheb
Christian Scheb
I see the issue of slowness with the `fc.yahoo.com` domain as well. Though I haven't found a good alternative yet. The suggested `sports.yahoo.com` doesn't do it for me, as I'm...
Thanks for the hint! That gets the call to `sports.yahoo.com` working, but it doesn't initialize an `A3` cookie (`fc.yahoo.com` does). I get a `GUCS` cookie instead and that doesn't seem...
Did you go from the American Porter style page to the filters and added the ibu filter? In that case, the style is not automatically preselected in the filters. Filters...
Thanks for the feedback. I've seen the issue with the recipe count as well, but haven't found the time yet to dig into it.
Hey, just want to let you know that the number is recipes is now showing properly. It was a counting issue. The analysis was taking all recipes nevertheless.
Excellent 👍 I'll re-target the PR to 6.0. How should we move ahead with the deprecation? (How do you deprecate a value in a returned array? 🤔)
I can take care for a PR to add that deprecation. Could someone update the milestone on this PR to 6.0 (I can't). Thanks! 🙇
PR for deprecation is open. Once that's done, I'll rebase this one and include a clean-up of deprecations.
I got time this weekend! My suggestion would be to combine adding the new methods ([as discussed here](https://github.com/symfony/symfony/pull/43674#discussion_r734964198)) with the changes from #43548 and target 5.4. With new methods added...
Force-pushed a draft to deprecate `getListeners` method and add `getFirewallListeners` and `getExceptionListener` as a replacement. Didn't touch the tests yet, would like to get some feedback first if this would...