[ClojureScript] [ANN] Ankha 1.0.3

2014-05-27 Thread Joel Holdbrooks
Ankha, a generic data inspection component for Om, is version 1.0.3. ADDED: New ankha.core/IInspect protocol. https://github.com/noprompt/ankha -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed

Re: [ClojureScript] Foolproof Emacs + Browser Repl instructions?

2014-05-27 Thread Joel Holdbrooks
On Tuesday, May 20, 2014 3:41:31 PM UTC-7, Daniel Kersten wrote: I've personally found weasel to be slightly faster to eval code with and also less brittle overall. It was also slightly easier to set up than austin. Basically, while my experience with austin was alright, my weasel experience

[ClojureScript] Render delay on on-click handler.

2014-05-27 Thread Gary Trakhman
At my wits end trying to narrow this down :-). [org.clojure/clojurescript 0.0-2227] [org.clojure/core.async 0.1.303.0-886421-alpha] [om 0.6.2] [sablono 0.2.17] React version: whatever's bundled with om gets added to the cljsbuild preamble. Issue: When a sablono button is clicked, it takes

Re: [ClojureScript] Render delay on on-click handler.

2014-05-27 Thread David Nolen
A minimal example demonstrating the issue preferably w/o sablono in the mix. David On Tue, May 27, 2014 at 11:17 AM, Gary Trakhman gary.trakh...@gmail.comwrote: At my wits end trying to narrow this down :-). [org.clojure/clojurescript 0.0-2227] [org.clojure/core.async

Re: [ClojureScript] austin cljx browser repl issues

2014-05-27 Thread Chas Emerick
cljx 0.4.0 has been released, which addresses this problem. Proper announcement coming shortly. - Chas On 05/26/2014 05:35 PM, Gary Trakhman wrote: @cemerick I do the same thing in cider-nrepl, but dynamically, avoiding this problem (and not forcing austin/piggieback on people's classpaths).

[ClojureScript] [ANN] cljx 0.4.0 released

2014-05-27 Thread Chas Emerick
cljx 0.4.0 has been released: [com.keminglabs/cljx 0.4.0] The big change here is the automatic application of the cljx transform when loading transitive dependencies in a ClojureScript REPL. This has been available in various snapshots for a couple of months (which is what I used in my talk

[ClojureScript] Possible to om/set-state! of parent

2014-05-27 Thread Jamie Orchard-Hays
I have a component that uses om/build to render an editable section. The parent has :editable? local state. Is there a way for the child to set the true/false value of this on the parent? So far haven't discovered how this might be done. Cheers, Jamie -- Note that posts from new members are