Bob Beaty

Results 4 comments of Bob Beaty

That the version of `byte-streams` needs to be updated. A new clojure dev _might_ not know to exclude the older version from this library, and preload the newer one. Given...

Sorry... just saw this... There is no _breaking issue_ with the code. This is simply a `lein deps :tree` issue where you see the conflict in the versions. The code...

Guys, I've been looking at the code for `durable-queue` namespace, and if you change line 401 from: ```clojure (filter #(re-find #"\w+_\d+" (.getName ^File %))) ``` to: ```clojure (filter #(re-find #"\w+_\d+$"...

I ended up making this a PR - while bumping the version to 0.1.6.