-
After deploying to wildfly, the root path "localhost:8080/app-name/" results in downloading of an empty file instead of loading the page, when ring-defaults are used.
Every other path seems to work.
…
-
Hi,
I apologize if this is a trivial mistake on my part as I'm new to clojure but when I try to run my code, I get a compilation error
Exception in thread "main" java.lang.RuntimeException: No such …
ghost updated
9 years ago
-
I'm building a Stencil app... is there any interest in doing a stencil template, or is someone already working on it? I can probably do that if no one else is.
-
https://github.com/yogthos/luminus-template/blob/master/src/leiningen/new/luminus.clj#L115
I was getting this error when running `lein ragtime migrate`:
```
java.sql.SQLException: No suitable driver…
-
1st let me say that since i last visited this tool, Nightcode has improved IMMENSELY; i now believe it to be the best thing out there--even more than Cursive Clojure! Now to my question...
I want to …
-
It's sometimes very useful to have some values as always/globally available when rendering Selmer templates. AFAICT, there's one clear way to do that - by injecting keys and values in the `Renderable…
-
Maybe this is a newbie mistake, but I get errors if I do the following:
```
lein new luminus myapp
cd myapp
lein test
```
Specifically the HTML fixture embedded in the default test doesn't seem to m…
-
Currently in a Luminus project, an exception thrown for a production server is handled per the `production-middleware` top-level var in `middleware.clj`. In particular, `wrap-internal-error` from the …
-
It seems `:timeout` and `:timeout-response` aren't being correctly passed to `wrap-noir-session` inside `noir.util.middleware/app-routes`. I'm writing a Luminus-based template webapp with lib-noir 0…
-
I am new to clojure and clojurescript and i have small problems/questions regarding this template.
I am able to make this temlate working with command "lein figwheel" but "lein repl" is not working. …