-
The following issue happens with https://github.com/boot-clj/boot/commit/ac835cea8c18e926bb843e01579b86e3f30458d2
`hoplon` works:
```
> boot -d hoplon show -d
Classpath conflict: org.clojure/clojure…
-
## Proposal ##
The following outlines recommendations for the next version of Hoplon.
Version 7.0 was an accumulation of all the changes that happened during the v6-alpha development cycle and mad…
-
requiring a namespace not provided by a project's dependencies, for example, will produce this:
```
Rewriting ns+ declarations...
• myns/myapp.cljs
java.lang.ClassCastException: clojure.lang.Keyword c…
-
I'm not sure if this is a Hoplon bug, but when I require `hoplon.svg` in a project where the [Bootstrap Navbar](http://getbootstrap.com/components/#navbar-default) is used, the navbar button stops wor…
-
everything commented as "experimental" or only used by something experimental can be shipped out to a different namespace and/or repo.
hoplon.core should only contain well battle tested and commonl…
-
https://github.com/hoplon/hoplon/blob/master/Design.md
-
I see this if i call `hoplon.core/body` from any test:
`#object[TypeError TypeError: null is not an object (evaluating 'this$.hoplonKids = null')]`
-
while writing tests for https://github.com/hoplon/hoplon/pull/205 i noticed that `??appendChild--internal-remove` does NOT fail when the following code is removed from `managed-append-child`:
```cl…
-
TODO?: After a reader understands the use cases which Hoplon currently excels at, she may wonder if there is any planned support for $OTHER_USE_CASES (native, mobile, multi-page sites rather than just…
-
I see errors that look like this in tests where I try to call `hoplon.core/body`:
```
ERROR in (??current-page) (hoplon$core$remove_all_kids_BANG_@file:262:6)
Uncaught exception, not in assertion…