-
See recent compojure and clout commits as of Apr 1 2015 for updates they have made to pull in latest Instaparse (version 1.3.6). Previous versions of Instaparse were not compatible.
-
I use `http-kit` for http POST/GET and other static sources for my front-end and everything works fine.
I try to implement Websocket with `http-kit`. I used [this guide](http://www.luminusweb.net/…
-
Hi everyone,
I'm following the getting started procedures in a container (dockerfile: https://github.com/joshuarichard/containers/blob/master/overtone/Dockerfile) and getting the below error when tryi…
-
My project.clj looks like
(defproject bitshit "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url …
claj updated
12 years ago
-
First release as part of clj-commons.
No major changes to code, release as is (if possible) and make process preparations for next release which should contain major changes like dependency upgrade…
-
I noticed that aot compilation fails with core.matrix 0.9.0
I created a fresh leiningen project, added core.matrix 0.9.0 as dependency and
added the existing core namespace to the project.clj :aot ke…
-
Say I have a task like:
``` clojure
(comp
(pom :project 'com.example/foo
:version "1.0"
;; ...
:dependencies '[[com.example/bar "0.1"]])
(jar)
(target))
```
The …
-
## Background
I've been trying to help [Mor Gazith](@marmor7) work out some issues he is having with MrAnderson on Slack.
## Use case
We whittled down a problematic use case when attempting to in…
-
Hi,
I ran into problem where my builds failed when using newer version of ClojureScript because it clashes with rrb-vector version 0.0.11. More about this problem here: https://github.com/brandonbl…
-
When I use `(boot (aot :namespace '#{ns1 ns2}))` in the REPL this works fine. When I run the same code as a script the AOT does not happen, the `sparkling.serialization.Registrator` class does not com…