Stefan van den Oord
Stefan van den Oord
Fortunately legal departments nowadays are OK with having only a single LICENSE file top-level in source code repositories. We don't need to explicitly state neither license nor copyright in every...
Now that we have implemented batches of jobs, we were wondering what your thoughts are about adding some sort of "done" event. In other words, yoltq being able to notify...
This pull request addresses issue #3.
Thanks for yoltq, this is a great library! We want to propose an extension of the library, namely adding the concept of _batches of work_ inside a queue. A batch...
See also: https://blog.datomic.com/2023/06/datomic-cloud-is-free.html
Thanks for this useful new lint rule! I ran into a false positive though. Given the following file `sample.clj`: ```clojure (ns sample) (prn (-> "foo" (str "bar"))) ``` Running splint...