Nikita Levchuk

Results 6 comments of Nikita Levchuk

Maybe somebody finds this alternative useful https://docs.bullmq.io/bull-3.x-migration/compatibility-class. BullMQ doesn't solve the issue above but it looks more logical in case of setting concurrency for queue via Worker class not via...

Hi everyone. Was the issue fixed?

@homerjon i think will_paginate's approach better, because this params will be used in forming urls only. For example, ``` ```

Hi! Thank you for jumping into the PR) I suppose I read the Examples part very literally, which may be wrong. It's more pseudocode rather than real clojure code, and...

@tasxatzial > Isn't it obvious that something like A = [1, 2, 3] is not Clojure? It does not have any parentheses. Well, yes and no. Commas are treated as...

> But tests can't be changed to lists because this would break the existing solutions. Why do you think so? This example `(sublist/classify '() '())` from tests works fine but...