-
I could totally be missing something here, and forgive me if I am, but whenever I run the cljs repl from Emacs connected to nREPL it prompts me for input from `Stdin:`. Everything in my `profile.clj` …
-
vsClojure would be more accessible to new users if there were documentation on each of its features in the Wiki at https://github.com/vsClojure/vsClojure/wiki
-
The time parameter doesn't work because `time` is an array. Here's a fix:
``` .clj
(defn my-note-on [ctx output osc freq & time]
(let [time (get time 0 (hum/curr-time ctx))]
(.setValueAtTime (.…
graue updated
9 years ago
-
A new version of react is available, and it would be very nice to have the according jar in the clojars repo! Thanks for your work and long live cljs!
-
Expected this wrapper to take care to data structure mismatch, i.e. writes `(clj->js (f (js->clj %) ...))`.
If you don't plan to support this use case (reserve for primitives), should at least add an…
-
Hi.
I've had this happen a few times, as far as I can tell only since I went to 0.6.4, where save stops working either using Cmd+S, or Vim :w
What I see in the console is https://gist.github.com/mmo…
-
https://github.com/swannodette/om/wiki/Advanced-Tutorial#reference-cursors
Supporting these would prevent the long chain of passing props (or in omniscient's case, cursors) down long component trees.…
skevy updated
9 years ago
-
Add routing to the Devcards UI
-
I'm trying to set up cljx to build a multi-platform project with clj, cljs, jvm and android-device tags. For (admittedly quite an extreme) example
```
(defn debug-log [s]
(#+android-device Log/d …
-
Example session: https://www.refheap.com/7d37150b0fbe017920682f9ee/raw
It took me some time to figure out that the problem was caused by the printing of the object, not due to some problem with the `…
ivan updated
10 years ago