Roland Franssen :)
Roland Franssen :)
> Perhaps a good place to start is to consider adding actions/cache/delete. i'd prefer proposed `update: true`
@X-Coder264 any news? ``` Context: Using short namespace alias "TrikoderOAuth2Bundle" by calling Doctrine\ORM\Configuration::addEntityNamespace Problem: Feature was deprecated in doctrine/persistence 2.x and is not supported by installed doctrine/persistence:3.x ```
Thanks. Didnt spot that issue :+1: i was curious about any news on: > This project is gonna be marked as abandoned as soon as v1 of that bundle gets...
how is a fully autodiscoverable `dump()->...` too slow to type?
> I'm just wondering if values() shouldn't be named dump() or var() or ? maybe `__invoke` works, IIUC we could do ``` dump(1,2,3); dump()(1,2,3)->trace(); dump()->trace()(1,2,3); ```
Did you see  this is a bug no? we can argue where the literal tab is i guess :confused: but that's another bug no?
``` echo ''; var_dump("123\t456"); echo ''; dump("123\t456"); ```   putting literal `\t` (whitespace) on clipboard is a bug IMHO. I don't see why this is useful, it differs with...
OH! i get it now :+1:
what's the difference with SHELL_VERBOSITY=-1? https://symfony.com/doc/current/console/verbosity.html