Alexandre Daubois
Alexandre Daubois
@nielsdos I just compiled the latest PHP version and all test are green, finally! Thank you for coming up with this solution so quickly. :pray: It's in good shape now!...
I extracted common parts in traits for every class as you advised @derrabus, as well as tests. It really simplifies the whole thing for sure. I think it is ready...
I understand, thanks for pointing this out. Which approach would you advise to solve this problem?
Why calling this function `jd()`? I assume it stands for "JSON dump", however, looking at the code, there's no mention about JSON. I think you may instead set a new...
Nothing new yet, waiting for the review 😊
Unfortunately, Symfony 7 has been out now for 7-8 months so we decided to switch to [petitpress/gps-messenger-bundle](https://packagist.org/packages/petitpress/gps-messenger-bundle) (as we only use the Google Pubsub part of enqueue, it was just...
Thank you for checking this David!
I'm fine providing the updated PR if the author of the current one is not able to, cc @Ayesh 🙂
I opened a PR to update the interface, its PHPDoc and bump minimal PHP version. If in the meantime the original author wants to update his PR, I'm totally OK...
We ran into the same issue on some legacy code and it indeed fixed the problem on our side. Thanks @mpdude 👍