Olivier Dolbeau

Results 56 comments of Olivier Dolbeau

Of course, If you're willing to help, don't hesitate to contact us, new maintainers are always welcome!

@thewilkybarkid Would you consider to abandon the package `misd/phone-number-bundle` in favor of `odolbeau/phone-number-bundle` on packagist please? Don't hesitate to contact me if you want to discuss about this. https://packagist.org/packages/misd/phone-number-bundle

Thanks @rh389. I think the best solution is to abandon this package (directly on packagist) in favor of `odolbeau/phone-number-bundle`. Unfortunately, I think only @thewilkybarkid can do this.

Never heard about that before, thanks a lot. :)

That was just an example, lets not debate about uuid. You can replace uuid by a a [PhoneNumber](https://github.com/giggsey/libphonenumber-for-php) object or, any object you want as soon as you use a...

Again, this is just an example. :) Furthermore, you don't need 2 fields, 1 is enough (using `E164` format for example). In fact, I would like to be able to...

Exactly! :) We could even go further with something like : * `class GetBarNotFoundException extends NotFoundException`

Hi! As explained in [this comment](https://github.com/swarrot/swarrot/pull/197#issuecomment-557801650) & the following one, it looks like using RPC with Swarrot is not a very good idea. TBH I never tried it, you could...

Why do you want to throw exception if you know you don't want to do anything if they happen? Catching & log them could be enough I guess? It's basically...

It depends. By malformed message I mean a message which do not contains the "expected" information. In a lot of our workers, and for certain messages, it can happen and...