Eugene Koontz
Eugene Koontz
Thanks a lot for your tutorial - I was having a really tough time understanding Friend but I finally got it thanks to your repo. This PR is simply augmenting...
for ease of reuse in other contexts
Hi, This fixes the documentation for usage of create(), delete(), get(), set() and get_children().
currently shows: ``` z.create("/bacon","text to be stored in the new node",0) ``` but should be: ``` z.create(:path => "/bacon", :data => "text to be stored in the new node") ```...
Existing version of clsjs/react-dom (16.2.0-3) wasn't available to me, at least on some attempts to fetch via `clj -M --main cljs.main --compile hello-world.core --repl` (other times I tried, the version...