Roland Franssen :)

Results 115 comments of 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 ![image](https://github.com/symfony/symfony/assets/1047696/45748ecb-e5fb-41fe-aeae-1a9c71459d18) 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"); ``` ![image](https://github.com/symfony/symfony/assets/1047696/482580fa-fe07-4565-a059-c980f668a203) ![image](https://github.com/symfony/symfony/assets/1047696/25bcad30-9cdb-4f98-a285-4ecc6078a8d0) putting literal `\t` (whitespace) on clipboard is a bug IMHO. I don't see why this is useful, it differs with...

what's the difference with SHELL_VERBOSITY=-1? https://symfony.com/doc/current/console/verbosity.html