Mathias Arlaud

Results 69 comments of Mathias Arlaud

FYI, I'm kind of new in writing lisp, I'll take any advice

Indeed, that's a great idea! I think we can leverage the `MercureOptions` of [symfony/mercure-notifier](https://github.com/symfony/mercure-notifier) in order to add such options. But IMHO, we might have to find a way to...

Hi @art-cg ! Thanks for working hard on this bundle, I'm really grateful for it! I began to work on that bundle because of a project I was working on...

Sounds good! About the PHP8 stuff, I cannot decide at the moment. On one hand, I prefer using PHP8 and encourage other developers to do the same. On the other...

As written in the [API Platform documentation](https://api-platform.com/docs/core/serialization/#changing-the-serialization-context-on-a-per-item-basis), this way to do is actually working if adding a flag in the context.

I think it misses two things: 1. Add a flag in a context to prevent infinite recursions (here, the normalizer will call himself infinitely) 2. Maybe add an example to...

Hi @carlobeltrame, unfortunately, PHP 8 isn't supported yet. I planned to do it but I don't have enough time at the moment. Any PR would be really appreciated!

Actually, I think (but I haven't tested it yet) that everything should work as expected with PHP8. The thing is, if we wanna support PHP8, we should be able to...

Indeed this is strange... I'll try to have a look ASAP

This error means that the bootstrap file isn't loaded. Indeed, the `boostrap.php` is responsible to load the Symfony's DotEnv component. Therefore, have a look at your `behat.yml` file and make...