Re: ANN: lein-midje-doc 0.0.9 released

2013-10-16 Thread Timothy Washington
Oh nice one. I saw where Raynes respondedhttps://github.com/Raynes/conch/issues/7pretty quickly. That's awesome. Let me know when I can retry lein-midje-doc. It would very cool to have that functionality. Tim Washington Interruptsoftware.ca / Bkeeping.com On Tue, Oct 15, 2013 at 4:56 PM,

ANN Neocons 2.0.0-beta3 with full support for Neo4J 2.0 features

2013-10-16 Thread Michael Klishin
Neocons [1] is a Clojure client for Neo4J Server (REST API). This version implements the rest of Neo4J 2.0 features. There are no incompatible changes from beta2. Kudos to Rohit Aggarwal for contributions to this release. Release notes:

Re: ANN: lein-midje-doc 0.0.9 released

2013-10-16 Thread zcaudate
okay... 0.0.15 is up On Wednesday, October 16, 2013 11:48:56 PM UTC+11, frye wrote: Oh nice one. I saw where Raynes respondedhttps://github.com/Raynes/conch/issues/7pretty quickly. That's awesome. Let me know when I can retry lein-midje-doc. It would very cool to have that functionality.

Datomic BOF at Clojure/conj, 11/13

2013-10-16 Thread Rich Morin
Cognitect and Element84 are sponsoring a Datomic BOF at Clojure/conj, on the evening of 11/13. It is open to any interested parties; sign up on the ClojureDC meetup page: http://www.meetup.com/ClojureDC/events/145953792 Here's a precis: Some of the folks attending Clojure/conj are having a

doseq vs dorun

2013-10-16 Thread Pradeep Gollakota
Hi All, I’m (very) new to clojure (and loving it)… and I’m trying to wrap my head around how to correctly choose doseq vs dorun for my particular use case. I’ve read this earlier post https://groups.google.com/forum/#!msg/clojure/8ebJsllH8UY/mXtixH3CRRsJ and I had a clarifying question.

Re: Exclude some dependencies with lein uberjar

2013-10-16 Thread dongyong wang
I meet the same problem,try the following setting: :profiles {:provided {:dependencies [ [org.apache.hadoop/hadoop-core 2.0.0-mr1-cdh4.4.0 :scope runtime] [org.apache.hadoop/hadoop-common 2.0.0-cdh4.4.0 :scope