Isaac

Results 4 issues of Isaac

within the app I would pass the `logger` object, which is simply a zeromq PUB socket. ``` ctx = zmq.Context() logging_sock = ctx.socket(zmq.PUB) logging_sock.bind("tcp://127.0.0.1:9955") config = { 'msg_conn': Mongrel2Connection('tcp://127.0.0.1:9999', 'tcp://127.0.0.1:9998',...

I noticed that m2reader.py is using a 0mq PULL socket, which, when testing the websockets demo, steals every other message from Mongrel2. According to the 0mq documentation, PULL socket types...

features

the URL that causes the error: http://localhost:3000/sessions/create java.lang.IllegalArgumentException: Host URL cannot be nil at clj_http.client$post.doInvoke(client.clj:442) at clojure.lang.RestFn.invoke(RestFn.java:423) at hsnews.models.user$login_BANG_.invoke(user.clj:82) at hsnews.views.user$POST__sessions__create.invoke(user.clj:65) at hsnews.views.user$eval3999$fn__4000.invoke(user.clj:63) at compojure.core$if_route$fn__1135.invoke(core.clj:39) at compojure.core$if_method$fn__1128.invoke(core.clj:24) at compojure.core$routing$fn__1154.invoke(core.clj:98) at...

fix directory structure to match README; added std.reqs