Jacob Dreesen
Jacob Dreesen
HTTP/2 Push is probably dead, now that [Google removes it from Chrome](https://groups.google.com/a/chromium.org/g/blink-dev/c/K3rYLvmQUBY/m/4iaeRolCAQAJ).
I have the same problem after upgrading from `v0.33` to `v1.2`. Everything is working fine, except for the live-reload/HMR of the dev-server. In the browsers console I get: > Firefox...
You could use something like [NSA](https://github.com/Nyholm/NSA).
I agree, that the current solution is dangerous (and tedious to write). I use something similar: ```php class InheritanceHelper { public static function useInheritedValues(bool $inheritValues, callable $fn, array $args) {...
Well, using one of those snippets would be an improvement ;)
I think I can do that on Friday (if @solverat isn't faster than me :wink:)
It's actually way more to do than I expected, if you want to apply this to every case, so I need some more time for this ;)
I'm sorry, but it seems like I won't have time to work on this anytime soon :/ I've been very busy in the last weeks and will be on vacation...
Duplicate of #72
Is this right? ```yaml when@dev: _defaults: *defaults services: AppBundle\AgentProxy\ClientCollector: decorates: AppBundle\AgentProxy\ClientInterface ``` Shouldn't it be like this instead? ```yaml when@dev: services: _defaults: *defaults AppBundle\AgentProxy\ClientCollector: decorates: AppBundle\AgentProxy\ClientInterface ```