[ClojureScript] Re: re-frame event input validation thoughts

2015-04-25 Thread Mike Thompson
On Sunday, April 26, 2015 at 3:05:29 AM UTC+10, Jeremy Vuillermet wrote: > I'm trying to have a common flow for validating inputs. > > For example how and where to validate that a todo in the :add-todo event is > valid. > > At first, I thought that it's the component dispatching the event which

[ClojureScript] Re: ANN: ClojureScript 0.0-3211

2015-04-25 Thread David Nolen
You need to make sure some other dependency isn't pulling in a different version of tools.reader. David On Sat, Apr 25, 2015 at 11:11 PM, Allen Rohner wrote: > > > On Saturday, April 25, 2015 at 12:02:08 PM UTC-5, Mike Fikes wrote: >> >> Hey Tony, try updating the version of Clojure in your pro

[ClojureScript] Re: [ANN] Clojure 1.7.0-beta1 released

2015-04-25 Thread Geraldo Lopes de Souza
Thank you Mr. Alex Miller! Fancy printing of exceptions is working :) Geraldo On Friday, April 10, 2015 at 4:26:30 PM UTC-3, Alex Miller wrote: > > Clojure 1.7.0-beta1 is now available. > > Try it via > - Download: > https://repo1.maven.org/maven2/org/clojure/clojure/1.7.0-beta1/ > - Leiningen:

[ClojureScript] re-frame event input validation thoughts

2015-04-25 Thread Jeremy Vuillermet
I'm trying to have a common flow for validating inputs. For example how and where to validate that a todo in the :add-todo event is valid. At first, I thought that it's the component dispatching the event which is responsible for validating the input. Obviously, at some point, I wanted to vali

[ClojureScript] Re: ANN: ClojureScript 0.0-3211

2015-04-25 Thread Mike Fikes
Hey Tony, try updating the version of Clojure in your project.clj to 1.7.0-beta1, which is used by 0.0-3211. (In short, reader/read was given a second arity to allow options to be passed, thus supporting #? conditional reading.) -- Note that posts from new members are moderated - please be pat

[ClojureScript] Re: ANN: ClojureScript 0.0-3211

2015-04-25 Thread Tony Tam
Hi, I'm getting the following error when running cljsbuild with the latest clojurescript build (3211). Changing back to 3126 makes the build work. Haven't been able to pinpoint the source. clojure.lang.ArityException: Wrong number of args (2) passed to: reader/read at clojure.lang.AFn.throwAri

[ClojureScript] Re: Server-side rendering of reagent components.

2015-04-25 Thread Leon Talbot
>I've heard people use Node.js to server side render React. Just found this: https://github.com/savaki/reagent-nodejs -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "Clo