James Gatannah
James Gatannah
I just ran into this on a fresh ungit install on ubuntu (with npm v10.15.3). My git remote for this repo is ssh://gh/foo/bar. Foo and bar are fake, but gh...
https://github.com/pedestal/pedestal/pull/525 should make it easier to double-check this.
No, thank *you*! This is the sort of thing that I'd have just taken for granted before I got access to a library like Pedestal. This seems more complex than...
I got official permission to demonstrate what I mean. So hopefully I'll have time to extract that in the next day or so.
https://github.com/jimrthy/ideal-rotary-phone/blob/master/src/ideal_rotary_phone/hello.clj covers the basic issues that I'm running into. This is more a series of questions than anything useful. I came up with *an* answer, but I don't trust it...
I vote that this waits until jeromq implements libcurve. Using 0mq from clojure is painful right now. It _should_ be, if only because plain-text transmissions should never be the default....
Yes, you're absolutely correct. I went way too far and missed overstepped the basic point. That doesn't change my vote (FWIW): I think it's a mistake to switch to jeromq...
Just as a data point, I've run into this using boot and adzerk/boot-cljs (switching rrb-vector to use quantum's fork was a viable work-around).
I just upgraded a project from 2.7.2, and I think I ran into this same issue. My stack trace: ` java.lang.Thread.run Thread.java: 748 java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 624 java.util.concurrent.ThreadPoolExecutor.runWorker ThreadPoolExecutor.java: 1149 java.util.concurrent.FutureTask.run...
It seemed worth documenting that I just ran across one unexpected (to me) way this causes problems: The Zpoller constructor takes an array of reader handles, which needs to be...