Nicolas Grekas
Nicolas Grekas
Thank you @kbond.
About the callback: the callable can be a pseudo-callable, where the "object" on which the method is called is actually its service name. So the doc should work. There's something...
I understand the motivation for this PR, but it has a major drawback: the added methods are not discoverable : since the methods are not in `ResponseInterface`, no IDE nor...
Would it make sense to do this only when there are postload listeners? Alternatively, it means we should "skip" the properties used in tests, right?
On my side I think it's important to support non-boolean values from day 1. Maybe it can be abused as a config fetcher, but A/B/C testing needs this for example....
Cool thanks for digging this idea 💡;) > Is it something we want to be opt-in using the config? Please no! That'd ruin the DX improvement this provides!
I'm wondering if it would be possible, using some monolog formatter, to add a link to the profiler on the already existing `RESPONSE` log line (instead of adding a new...
I think this use case is niche + there exist alternatives + this is fragile (hardcoded naming/path conventions). I also don't think another class is the solution to the problem...
Can't the version be checked automatically without adding an arguments?