Announcement: ring-upload-progress
I’ve forked off ring.middleware.multipart-params into a new library called ring.middleware.upload-progress It’s a bit rough-and-ready for now, and it uses the session to store the shared state about...
View ArticleAnnouncement: ring-persistent-cookies
Just released a minimal library to generate persistent cookies for ring.middleware.cookies. It’s at github and clojars.org.
View ArticleAnnouncement: flutter – clojure / hiccup form fields
I’ve been working on flutter, a library for saner form generation today. First (pretty basic) release was done on clojars. Still working on many details, including more-or-less full-coverage tests. Get...
View ArticleAnnouncement: flutter-decline-demo – validation and form generation on compojure
Some people indicated they wanted some example code for my clj-decline (validation) and flutter (form generation) libraries. So today I wrote a simple demo application that uses both. Get the code at...
View ArticleAnnouncement: pretzel – clojure predicate functions
I’m working on pretzel right now. It’s a basic library that can be used to combine predicates and also holds a bunch of tests on string content. Code and documentation is on github.
View Article