Matthias Pigulla
Matthias Pigulla
Background information on the current implementation is in #5689. If we cannot easily change the current definition of `indirect` or `self` for BC reasons, we could also add `own` as...
Maybe there are some more situations we need to consider when autoloading comes into play: #6165 and #6357 is about deprecation notices triggered from PHP userland, but only once and...
FWIW, I have tested these changes on a real-life project and it's all fine :+1: Have to admit though that the project does nothing fancy besides pushing content to the...
Just figured that #944 exists and describes the same problem, and also #234 and #235 have been there before.
Seems the code block checker does not support namespace-based imports, only direct class references?
This repo here seems dead. The last published image in the GHCR registry was Chrome 124 more than a year ago. And now a new image shows up in the...
@jlandure 👌🏻. Thank you for the information, notice, response and the work you put into this in the past! For me, it means I'll treat this newly pushed image as...
> Disclaimer: I used opencode + Claude Sonnet for this. That might explain 🤣
So would you want to change the state of `self::$deduplication` from within that getter, so that the env var is evaluated only once? I see, as a kind of lazy...
Maybe we should re-label this as "declare compatibility with Symfony 8 components"? As far as this extension here is concerned, the relevant interface changes that might make it necessary to...