-
It seems newer versions of reagent (0.4.4+) prefer `render` before `render-component`, since commit [12d475f](https://github.com/reagent-project/reagent/commit/12d475fc622f1f0baf309387c77896e4d0c7f9d4…
-
Please don't use CDN for the resources (or add a "local" option).
For most intranet applications, this is not allowed.
Thank you.
-
Looking at the activity, I was wondering if you're still planning to continue developing the lib going forward. I really like the approach that it takes and it seems to do everything I need aside from…
-
Hi
It seems the change from timbre 3.4.0 to 4.0.1 introduced in 1c7164447a0aa177777bd935d0d1851842a0e5e8 is breaking the template.
```
$ lein new luminus p1l
$ cd p1l
$ lein deps
$ lein ring server…
-
Decidir sobre Luminus ou alguma alternativa do tipo.
-
Performing the following commands as per http://www.luminusweb.net/
``` shell
lein new luminus my-app
cd my-app
lein run
```
Crashes with the following error message:
```
Exception in thread "main"…
-
I think it would be nice if tests are automatically encased in a transaction and I did with the help of a dynamically bound connection:
``` clojure
(use-fixtures
:once
(fn [test-function]
(d…
-
I am developing a simple single page app with a nav menu which allows moving between the pages. There are two pages which have tables at the same level (so they have the same reagent id). When I switc…
-
Just a heads up.
```
Exception in thread "main" java.lang.IllegalArgumentException: No value supplied for key: {:formats (:json-kw :yaml-kw :edn :transit-json :transit-msgpack), :handle-error #}, com…
-
I'm getting a stacktrace when running `lein figwheel`.
`Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/util/Args, compiling:(cemerick/pomegranate/aether.clj:42:54)`
I had …