Vincent Langlet
Vincent Langlet
Yes, still wanted.
First this is an issue for https://github.com/sonata-project/SonataDoctrineORMAdminBundle since the Callback filter is coming from it. Secondly, the CallbackFilter/Paginator was never meant to handle groupBy, just adding conditions. If you want...
It's not related to array_replace but the line ``` array_map(rawurlencode(...), $search); ``` https://phpstan.org/r/43181bdb-841c-46c4-8317-cc3148da1c18
Maybe a good solution would be to allow extra option in ``` DataSource::createIterator ``` https://github.com/sonata-project/SonataDoctrineORMAdminBundle/blob/4.x/src/Exporter/DataSource.php#L24 ``` public function createIterator(BaseProxyQueryInterface $query, array $fields, array $options = []): \Iterator ``` If you...
> Additionally, what about removing [TwigCS](https://github.com/friendsoftwig/twigcs?rgh-link-date=2024-12-25T18%3A54%3A41Z) and starting to use [Twig-CS-Fixer](https://github.com/VincentLanglet/Twig-CS-Fixer/) by @VincentLanglet, which attentively follows all Twig changes and best practices TwigCS is officially EOL and, to my knowledge,...
Friendly ping @ondrejmirtes you might have missed this "easy" PR to review or do you also want a non-regression test for such changes ?
> There's no way to keep existing managed entities. When Doctrine closes the entity manager, it is because it cannot trust anymore the state of the unit of work. So...
Hi @drjayvee, Is there a reason to not support ``` {% types { 'foo': 'bool', 'bar'?: 'int', } %} ``` too ? Like it's done for classic objects `{% set...
I don't understand the failure https://github.com/humbug/php-scoper/actions/runs/10401466964/job/28820621264?pr=1065 ; it might be something random. For the removal of the parenthesis it comes from the next version of nikic/php-parser https://github.com/nikic/PHP-Parser/releases/tag/v5.1.0 So I had...
Can you approve again the CI @theofidry, to see if the PR is ok or need more fixes ?