-
camelCase attribute names are pretty rare, but the SVG spec does call for it.
For example `startOffset` https://www.w3.org/TR/SVG/text.html#TextPathElementStartOffsetAttribute
Using the standard…
-
Just noticed this when running my test suite requiring `hoplon.goog` instead of `hoplon.jquery`.
Expected:
```clojure
(div :data-foo (cell= (when foo "foo")))
(reset! foo true)
;
(reset! fo…
-
We have route cells but it simply responds to the hash change event.
I found that this wasn't really working in phantomjs and google closure has a history class with lots of x-browser handling arou…
-
**Update the tutorial with :**
`boot -d boot/new new -t hoplon -n hoplon-project`
**Instead of :**
`boot -d seancorfield/boot-new new -t hoplon -n hoplon-project`
Source : [http://seancorfie…
-
**Date & Time**:
May 23, 2017 - 2:48 AM (MST)
**FFXI Client Version (use `/ver`)**:
30170304_1
**Server's Expected Client Version matches, yes/no? (use `$ecv`)**:
yes
**Character Na…
-
If there is a nil child of an element, the elements after it will not be created in the dom:
```
(body
(h1 "Hello, Hoplon!")
(p "foo")
nil
(p "bar"))
```
the `(p "bar")` is never c…
-
Symptom: Chrome tries to load a cljs file from `/static/cljs-js/dashboard/product_form.out/product_form/product_form.out/product_form/when.cljs`, when the correct location is `/static/cljs-js/dashboar…
-
-
A lot of people have been asking for an explicit cell instantiation method.
Currently, Cell automatically figures out what elements to turn into Cells by searching from global variables with a `$c…
-
Like you, I was under the impression that Hoplon required full buy-in of the boot/hoplon ecosystem. I was heavily influenced by your article: https://yogthos.net/posts/2016-06-06-WorkingWithHoplon.ht…