Re: Is it possible / is support planned to add docstrings to clojure.spec specs?

2016-07-12 Thread Nils Grunwald
I would find this very interesting, especially for generating easily shareable documentation... Nils On Thursday, June 2, 2016 at 8:39:12 AM UTC+2, Russell wrote: > > Just been trying out clojure.spec for the first time, looks really nice. > It would be good to be able to do something like the

Re: Content-negotiation in compojure web libraries/frameworks the right way (tm)

2014-11-05 Thread Nils Grunwald
You can take a look at https://github.com/ngrunwald/ring-middleware-format which tries to handle content negociation only in a sane and flexible way for REST api. On Wednesday, November 5, 2014 2:47:02 PM UTC+1, Miguel Ping wrote: > > Hi all, > > What's the best way to do content-negotiation on

Re: GSoC: Congratulations Aleksandr and Prasant!

2014-08-27 Thread Nils Grunwald
Awsome! Thanks a lot, I can't wait to test this! On Monday, August 25, 2014 8:15:51 AM UTC+2, Mikera wrote: > > Hi All, > > Prasant and Aleksandr have been working all summer making Clojure even > better for data science / numerical computing. On behalf of myself and my > co-mentor Alex Ott I wa

[ANN] ring-middleware-format 0.4.0 with Transit support

2014-08-11 Thread Nils Grunwald
I am pleased to announce a new version of ring-middleware-format , with the main highlight being transit support both for decoding requests bodies and encoding responses. ring-middleware-format is a Ring middleware that transparently handles

Re: [ANN] Cloc 0.1.0 - Leiningen plugin to serve project API docs through a local web server

2013-08-29 Thread Nils Grunwald
Thanks, this is very useful! Can't wait for the Firefox compatibility ;) Nils Grunwald On Thursday, August 29, 2013 12:04:59 AM UTC+2, Jaley wrote: > > Hi! > > Cloc is a small web app to serve API documentation, packaged as a > Leiningen plugin. The idea is that you run one

Re: [ANN] core.typed 0.2.0 - Production Ready

2013-08-29 Thread Nils Grunwald
Congratulations and thanks for your work! On Thursday, August 29, 2013 12:28:35 AM UTC+2, Ambrose Bonnaire-Sergeant wrote: > > Hi, > > After 10 months and 26 0.1.x releases of transitioning core.typed from an > ambitious student project, I am finally comfortable recommending core.typed > for pr

[ANN] clj-elasticsearch, a native wrapper for Elasticsearch

2013-02-22 Thread Nils Grunwald
clj-elasticsearch is a fast and complete Clojure wrapper around the native Java Elasticsearch library. It allows some nifty things such as embedding the server directly inside your app, and is extensively documented. You can find some explanations on how and why the library was build at http://

ANN Gavagai 0.3.1 released

2013-02-18 Thread Nils Grunwald
mments welcome Nils Grunwald -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe

Re: [ANN] Leiningen 2.0.0 released

2013-01-21 Thread Nils Grunwald
A great step forward for our ecosystem, thanks! Nils On Sunday, January 20, 2013 6:00:19 AM UTC+1, Phil Hagelberg wrote: > > > Greetings fellow Clojure people. > > I've just pushed out the final release of Leiningen 2.0.0. The changes > since the last release candidate have mostly been minor bu

Re: ANN: Spyscope, a trace/println-oriented debugging tool for Clojure

2012-10-22 Thread Nils Grunwald
Seems very promising, especially the async trace feature. I'll check it out. Thanks! On Sunday, October 21, 2012 1:02:01 AM UTC+2, dgrnbrg wrote: > > Spyscope is a better println, inspired by some of the recent postings > on the Clojure mailing list about using reader macros for debugging. > >

Re: ANN: codeq

2012-10-12 Thread Nils Grunwald
Very interesting concept and a really great way to showcase Datomic strengths... I can't wait to play with codeq this week-end! Nils On Wednesday, October 10, 2012 4:27:37 PM UTC+2, Rich Hickey wrote: > > I released a little app today that imports Git repos into Datomic. My hope > is that it ca