-
Hi,
I'm having an issue while trying to run the castra demo.
Running
``` bash
boot watch hoplon run
```
crashes with the following exception
``` java
Caused by: java.io.IOException: No space left …
-
Trying to install boot from source, I the following error running `./boot` after install with `make boot`.
```
Exception in thread "main" java.lang.AssertionError: Assert failed: boot.edn (Configurat…
-
In other words, code like that:
``` clojure
(page "index.html")
(defc state {:size 15})
(defelem row
[{:keys [size idx]}]
)
(defelem field
[{:keys [size]}]
(table
(loop-tpl
:binding…
-
When I try to run the hoplon examples with boot, it just sits there for a very long time, which, after the subsequent stack trace, looks to be 4 retry timeouts.
I am behind a corporate proxy, I ha…
-
### Motivation
Write up an email that we can use to send out to the first 50 prospective teachers. This is to be a "first contact" email, meaning they haven't spoken with us yet.
### Acceptance Crite…
-
I'm trying to use boot, and have used the `boot.edn` file from the Hoplon docs at http://hoplon.io/#/getting-started/.
Whenever I run `boot`, I get this stacktrace:
```
Exception in thread "main" ja…
-
I get the following exception when trying to run `lein hoplon`.
```
dev/presioke master (solo)> lein hoplon
java.lang.ClassNotFoundException: jsr166y.ForkJoinPool, compiling:(clojure/core/reducers.cl…
devn updated
11 years ago
-
When I run `lein hoplon` on the sample Presioke app (or on my own app), I get the following stacktrace:
```
java.lang.NoSuchMethodError: cljs.closure.JavaScriptFile.(Ljava/lang/Object;Ljava/lang/Obje…