David GF

Results 8 comments of David GF

Thank you for working on this. For example yarn audit shows: ![image](https://user-images.githubusercontent.com/1451834/145985461-79058920-fd28-40e5-b095-b3e1973eea73.png)

I found quasar-qgrid: https://github.com/pratik227/quasar-qgrid

Could you use pagination_enabled instead of pagination_client_enabled?

> What is https://github.com/Mailu/Stats ? #1931 has details about mailu-stats. In short, the team of mailu gets statistics to know the number of mailu deployments, version and platform (dns query)....

Overrides works if I send an email but if this address is part of alias it does not work. The account receives emails. I would like to use this account...

php 8.0.12 Hello, ``` php bin/console debug:event kernel.request -vvv In DefinitionErrorExceptionPass.php line 54: [Symfony\Component\DependencyInjection\Exception\RuntimeException] Cannot autowire service "annotated_app_entity_g_e_s_a_c_activo_api_platform_doctrine_orm_filter_search_filter": arg ument "$iriConverter" of method "ApiPlatform\Doctrine\Orm\Filter\SearchFilter::__construct()" has no type-hint, you should configure...

I suspect the problem was with the directory permissions. I will close the issue.

I have this problem with an attribute defined as: ``` * @ORM\Id() * @ORM\GeneratedValue(strategy="UUID") * @ORM\Column(type="guid", unique=true) ``` ``` Feature was deprecated in doctrine/dbal 2.x and is not supported by...