hitriyvalenok

Results 10 comments of hitriyvalenok

I have the same issue with v1.0.1 installed via npm. Tried many of variants without result. ``` import Grid from 'vue-js-grid'; ... ``` ``` { "name": "vue-test-2", "version": "0.1.0", "private":...

+1 for this change.

I mean I don't want that `submit` force me to wait for the task completion. I'd prefer to use `wait` for it.

Right now I'm trying to stop the task by throwing an exception from the `run` method. I want to throw an exception from `submit` - thanks to it I can...

Thanks! But it for some reason starts x2 threads. For example, in this code tasks started two each, although the concurrent value is set to 1. With concurrent=2 4 simultaneous...

I've built a project you could deploy. You need PHP 8.0

> You can't share objects over multiple parallel contexts. Objects are serialized and unserialized in the other context, so your connection will be lost during serialization. Thanks! I'm starting to...

> You can't share objects over multiple parallel contexts. Objects are serialized and unserialized in the other context, so your connection will be lost during serialization. I feel myself a...