[ClojureScript] Re: Sizing The CLJS Community

2015-04-24 Thread Alex Miller
On Thursday, April 23, 2015 at 10:08:38 PM UTC-5, Mike Thompson wrote: I'm curious about the approximate size of the clojurescript community, and its current trajectory numerically speaking. So, absolute numbers like: how many active cljs programmers are there? And/or relative numbers

[ClojureScript] Re: Reagent TodoMVC

2015-04-24 Thread Khalid Jebbari
On Friday, April 24, 2015 at 7:04:13 AM UTC+2, marc fawzi wrote: http://todomvc.com/examples/reagent/ https://github.com/tastejs/todomvc/blob/master/examples/reagent/readme.md :) Nice to have an example in the official TodoMVC repo. -- Note that posts from new members are moderated

[ClojureScript] [ANN] Clojure 1.7.0-beta2

2015-04-24 Thread Alex Miller
Clojure 1.7.0-beta2 is now available. Try it via - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.7.0-beta2/ - Leiningen: [org.clojure/clojure 1.7.0-beta2] Regression fixes since 1.7.0-beta1: 1) CLJ-1711 - structmap iterator broken 2) CLJ-1709 - range wrong for step != 1 3)

Re: [ClojureScript] Sizing The CLJS Community

2015-04-24 Thread Colin Fleming
Yes, you're definitely right that measuring Cursive use is not a good proxy for the community as a whole since that also reflects the state of Cursive itself. The download metric would be interesting if we could compare, say, the last 3-4 months - I don't know if Clojars stores timestamps with

[ClojureScript] reagent :select :selected attr

2015-04-24 Thread Jamie Orchard-Hays
Confused over behavior I'm seeing. I've got a select element. I'm setting the :selected attr on it. I can see that it is correctly assigned in the React plugin in Chrome: ReactDOMSelect selected=kg But the rendered HTML does not have an options selected, so showing the first option (g) when