-
``` clj
(cell-let [a (cell nil)]
(swap! a 2))
```
Will complain I can't `swap!` or `reset!` a formula cell.
-
Hey! Gave this a whirl, no dice:
```
alan@snuggie:/tmp$ boot -d seancorfield/boot-new new -t hoplon -n address-book2
Retrieving boot-new-0.3.0.jar from https://clojars.org/repo/
Retrieving classloju…
-
when a singleton constructor is passed cell, it will be added to the hoplon kids atom, triggering a call to merge-kids with the cell itself instead of the expected element it contains. the cell needs…
-
[02:58am] michaniskin: onetom: if you want you can post issues on the cljsjs repo with packages you'd like to see
[02:58am] michaniskin: and we can do them as we get around to it
[02:59am] michaniskin…
-
# Summary:
D3 seems to work differently on a bare DOM generated by hoplon, than on a bare DOM created manually via HTML. Specifically, on the former, this error message shows up: `d3.js:943 Uncaught …
-
Maybe this topic is beyond boot-reload but I want to ask about the possibility of making it to do so. It's common pattern in JavaScript that people write in another syntax and compile it to JavaScript…
-
I have been working thru the https://github.com/hoplon/hoplon/wiki/Get-Started guide on a brand new Ubuntu VM running under vmware on windows 10 and all went well until:
lein new hoplon address-bo…
-
I noticed that we don't have a `do!` for `load` which means we can't respond to something (and its children) being fully loaded.
My use case is that I'd like to update a `cell` when my page loads so …
-
```
"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…
-
```
"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…