Alexandr Zolotukhin

Results 6 comments of Alexandr Zolotukhin

Hi @k911 Sorry for not adding description, I forgot to post it as a draft initially. I've added a description. > feat(req**u**est-handler): Add a handler to check and reconnect DB...

Hi @k911. I finally found some time to update this PR. So yeah, the new handlers take care of the connection pinging and clearing entity manager (similar to what `K911\Swoole\Bridge\Doctrine\ORM\EntityManagerHandler`...

Would love to see these implemented: - `test.concurrent` - `test.concurrent.each` - `test.each` Even basic half-broken implementation of `concurrent` (like in jest) would be awesome, as it's absolutely vital for various...

This is definitely a must have. I'm currently considering an alternative to Just (a competing tool) because it doesn't support parallelization. And it's great the Task does support it, however...

@DevNIX @MadeRelevant If you want to make sure that when posting data like this: ``` { "articles": [ { "id": 1, "name": "foo" }, { "id": 2, "name": "foo" },...

Hey guys. I was looking for replacement for Just on some projects since it doesn't support task parallelization (and in my opinion it's a must these days). Just itself is...