Dorian Villet
Dorian Villet
I too encountered this issue. Ended up creating variables just to make the code readable...
In the same vein but maybe different : ```twig {% set was_current = false %} {% for item in items %} {% if not loop.first and not was_current and not...
Same issue as @fabrizziosoares (no icon at all in the system tray, which seems to be the same as https://github.com/yktoo/indicator-sound-switcher/issues/92 too ?) on Pop!_OS 20.10 (Ubuntu Groovy) with Cinnamon 4.6.7....
Any help would be welcomed !
I can execute the command in the command line. But the user for the app/cache/\* folders is not the same as the one I'm connected with (and that may indeed...
I'm not yet fixed about it, as the IT service is really... slow to interact with us (development). But I'll open the issue again if I'm in the need.
@ondrejmirtes the bot reported a new inspection and no previous error. Was the bug fixed and re-triggered with the latest commit ? 🤔
@enumag But how could it even work in your app ? When I added `final` to a private constructor of an entity, PHP just broke saying "cannot override final method"...
Okay, so you agree that there should be a rule (that is always loaded) guarding against final constructors for Doctrine Entities (not all methods) then ?
We are having the same issue. @vincentchalamon @sanpii any chance you might be able to help, as you both worked on https://github.com/Behatch/contexts/pull/164 ?