Thomas Calvet
Thomas Calvet
Hello, thank you for your idea. According to all the methods signatures in this class and all the usages in the code, the parameter value must be a string. What...
> 1) Symfony\Component\VarDumper\Tests\Server\ConnectionTest::testDump Symfony\Component\Process\Exception\ProcessTimedOutException: The process "c:\php\php.exe" exceeded the timeout of 9 seconds. C:\projects\symfony\src\Symfony\Component\Process\Process.php:1152 C:\projects\symfony\src\Symfony\Component\Process\Process.php:423 C:\projects\symfony\src\Symfony\Component\VarDumper\Tests\Server\ConnectionTest.php:51
Having the exact same problem than @dvc with doctrine/dbal 2.9.2, doctrine/doctrine-migrations-bundle 2.0.0 and PostgreSQL 11.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 8.3.0) 8.3.0, 64-bit
I applied some fixes but it seems that 3.x tests are already broken for another reason.
Oh there's still one related failure: `foo.0.bar` :cry:
I'm closing since the documentation should now be better. If you consider there's still a bug, plz reopen and provide a reproducer.
I looked at this a bit. For the record, there's the same problem with an array: `a[123][456] ?? "na"`. The proposed patch doesn't look right to me. Shouldn't we just...
I think the proper CSS selector would be `[value="some\\namespaced\\class"]`. But I guess it won't work anyway. `\` starts a CSS escape sequence. `\c` is interpreted as a Unicode escape sequence....
Could features be "simple" classes/services where you just implement your own logic and return a boolean? ```php #[AsFeature] final readonly class ChristmasBannerFeature { public function __invoke(): bool { $now =...
Hello, I'm currently working on this issue and https://github.com/ekino/drupal-debug/issues/6. All actions will be able to be disabled via the config file. I'll ping you when you can test it.