-
hello! I have a fix for the site: http://hoplon.io/
but the gh-pages branch looks quite different than http://hoplon.io
is there a branch that corresponds to that url?
-
Inside ui.tabls.cljs.hl, the `let` defines a `ctnr` symbol (container, I believe) that is actually not needed.
-
Hi, I am trying to run the demos but only tictactoe works. The problem seems to be that none of the others have a boot.edn file. Here's the error
Exception in thread "main" java.lang.AssertionError: …
Dagur updated
10 years ago
-
Hi,
I'm really looking forward to playing with Hoplon, but I'm having some trouble getting boot up and running. Trying to run 'boot' with the edn file in fixtures throws the following (from boot/test…
kxcrl updated
10 years ago
-
From reading the documentation about anonymous tags, I feel I'm either missing something, or that the snippet is incorrect.
```
((div :id "greet" :class "active")
(h1 "Hello, world!")
(p "I'm new…
-
I have noticed that when running boot watch hoplon, `bower install` fails to install files (while successfully creating a directory structure) inside the :public directory specified in my boot.edn.
-
Hey folks, Hoplon is great stuff -- really enjoying it :-) I've got a couple projects at work that I'd like to use it on, and towards that end, I started porting a Bootstrap theme to use it:
https:/…
-
I have observed that Castra endpoints appear not to work in IE versions 9 and up. I noticed this both in the TSP Demo app and in Castra Hello World example. More details to follow
-
It looks like loop-tpl doesn't work with sets or even cells that that return seqs derived from seqs. I've had to convert to a vector for loop-tpl to work.
Here's where I'm converting to a vector:
ht…
-
`boot.edn`:
``` clj
{:dependencies [[tailrecursion/boot.core "1.1.0"]
[tailrecursion/boot.task "1.0.0"]
[tailrecursion/hoplon "4.0.7"]
[org.clojure/…