chris

Results 156 issues of chris

After that bundle is stable, it would be easier for user to have an recipe to create `zenstruck_messenger_monitor.yaml` automated.

If i start the consuming, the console is flooded with the debug-infos. Could that be an optional function to configure in `zenstruck_messenger_monitor.yaml`? `symfony console messenger:consume async -vv ` ` [cache]...

Does it make sense to add an integration for the WebProfiler? - In the WebProfilerToolbar as Child of `Server`. Like the integration for `mercure` (without Status-Label) - Messenger-Panel: /_profiler/XXXXXXX?panel=messenger

This section could be improved to make it clear exactly what developers need to do, to make it work. At best with a code example. https://symfony.com/bundles/EasyAdminBundle/4.x/fields.html#field-configurators

Am i correct that there is actual no EnumFilter? https://symfony.com/bundles/EasyAdminBundle/current/filters.html#built-in-filters Option 1) `->add(ChoiceFilter::new('gender')->setChoices(GenderType::cases())) # small improvent but label is "0" and "1" Instead of the Value or the desired label....

chore: migrate to PHPUnit11 chore: fix formatting

`The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Lexik\Bundle\JWTAuthenticationBundle\DependencyInjection\LexikJWTAuthenticationExtension".`

Will fix the deprecation ```deprecation The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should...

changed since mercure 0.16.2 Please see https://mercure.rocks/docs/UPGRADE

Status: Needs Review

need testing in a real project. If Symfony 4.4 should still be supported, a wrapper for getContainer is needed. But i hope that this support could be dropped. Symfony 7...