-
I am getting `clojure.lang.ExceptionInfo: Could not find artifact hoplon:twitter-bootstrap:jar:0.2.0-SNAPSHOT in clojars (https://clojars.org/repo/)` on the jquery datepicker demo.
Coincidentally, I …
-
When using the hoplon template, the following line must be added to boot.properties:
BOOT_EMIT_TARGET=no
Otherwise updates to files will fail as the files can not be deleted while open.
C:\Users\Bi…
-
Please include a datepicker component. If you have no idea what I'm saying, please see this link
http://jqueryui.com/datepicker/
-
The index page of http://hoplon.io states that "Hoplon does not perform any serverside HTML rendering; it is completely unnecessary, even for SEO purposes.".
However...
Search for the text "Build a …
-
``` clj
(select :change #(reset! selected-item %@)
(option :value nil "Nothing Selected")
;; When this is selected, `select` will have
;; a value of "Nothing Selected" instead of nil.
(for-t…
-
so, I noticed that there's not a lot of testing going on here >.<
I've used https://github.com/semperos/clj-webdriver before, and got it working with hoplon + travis CI.
I've seen some issues that a…
-
```
"showChances" and "showChancesExp" missing from battleLoading.xc and
statisticForm.xc. in version 5.4.x.x. Adding to the files does not do anything.
```
Original issue reported on code.google.co…
-
This post from @micha really helped me understand `defelem` and why it is needed (why not just `defn`?) - http://hoplon.discoursehosting.net/t/defelem-is-it-used-internally-by-hoplon/106
Unfortunatel…
-
See https://github.com/dm3/hoplon-bugs/tree/master/remove-child-bug for the reproducible project. Seems like a bug in `merge-kids`.
-
I would need to put more than one `(u/window ...)` per page, I guess this is possible... Though actually, I get to see the two windows at the same time (side by side), whatever routing I pick...
Also…