Josué Teodoro Moreira
Josué Teodoro Moreira
I have my own cmake build (for linux). I think I can make a branch then windows users make it available for windows as well.
Thanks for pinging @bbatsov completely forgot about it! My time hasn't been the most generous recently :sweat_smile: . I'll be coming with changes in the coming days.
hey @bbatsov. I'm probably not able to finish this PR in the way you guys want. Nothing wrong with that, of course, I just don't know much about ELisp or...
Thanks for clarifying what we missed on the report. We were using carmine's message queue and Jedis' pubsub for the same end goal: event based messaging. I'm not sure about...
Yes, I know those are unrelated. Whenever I talk about PubSub, I'm talking about our current implementation, which isn't the focus. The only reason I brough it up for discussion...
I'm sorry. I see now the misunderstanding. The title is really misleading with the actual topic. > 1. You were using Carmine's message queue, you've never used Carmine's pub/sub. >...
That's right. With the terminology out of the way, remains on us to gather info about the problem using the suggestions you laid out. I'm currently busy, so I can...
Hello @ptaoussanis . Here's a proper report, as promissed. This is the basic clj source I used to reproduce the problem: ```clj (ns core (:require [clojure.pprint :refer [pprint]] [taoensso.carmine :as...
@avelino I also think that parsing the uri seems more user friendly, and doesn't complicate our current implementation. One problem I have with ditching `parameters` altogether is that, yes, we...
@avelino I'm quite sure that openapi is still intact. Our implementation checks beforehand if the spec is either our own or openapi, doesn't it?