Max Kotliar

Results 174 comments of Max Kotliar

Unfortunately, it won't be up any time soon.

Yeah, you are right, tests are a bit out of date.

Isn't it something that should be fixed on pagerfanta side?

the feature request make sense IMO. Not sure about the right implementation. Should we hard code it in the config, of loader for example or pass it as a parameter...

I wouldn't suggest using auto-incremented id on a message queue table at all. The table is supposed to be used extensively: there are many inserts and deletions into it, ids...

UUIDs can be stored as time ordered ids https://github.com/ramsey/uuid-doctrine#innodb-optimised-binary-uuids

Here's how I used it in enqueue/dbal driver https://github.com/php-enqueue/enqueue-dev/pull/280/files

I've opened PRs. Hope @Sevavietl dont mind. https://github.com/queue-interop/queue-interop/pull/28, https://github.com/php-enqueue/enqueue-dev/pull/846. I will review PRs later this week. Thanks for your work @Sevavietl > Obviously it's not mandatory to take the same...

Honestly, I don't have a good solution. do not know how to properly address it

Thanks! I am a bit skeptical about the new name: NullTransporter. Any other ideas ?