Aleksei Nechaev

Results 4 issues of Aleksei Nechaev

command `date` on my server returns: Tue May 5 10:12:21 +10 2020 php function `date('Y-m-d H:i:s')` returns: 2020-05-05 10:12:44 in schedule.php I use: `$schedule->command('controller/action')->timezone(new \DateTimeZone('Asia/Vladivostok'))->dailyAt('10:15');` or `$schedule->command('controller/action')->dailyAt('10:15');` or `$schedule->command('controller/action')->at('10:15');` And...

As of PHP 8.1.0, a class which implements Serializable without also implementing `__serialize()` and `__unserialize()` will generate a deprecation warning. Also return type of & Cerbero\Dto\Dto::offsetGet($property) should either be compatible...

I want to use the Inbox/Outbox pattern, and I need the database commit and Kafka ack to happen within the same transaction. In the current implementation of the Kafka package,...

enhancement