Re: [ClojureScript] Omission on ClojureScript Quick-Start on GH

2016-03-28 Thread Alan Thompson
Chrome on Ubuntu 15.10, Version 49.0.2623.87 (64-bit) On Mon, Mar 28, 2016 at 4:34 PM, wrote: > I'm AFK, but I think this is an issue that occurs with Safari. > > Alan, which browser are you using? > > - Mike > > On Mar 28, 2016, at 7:01 PM, David Nolen

Re: [ClojureScript] Omission on ClojureScript Quick-Start on GH

2016-03-28 Thread mikefikes18
I'm AFK, but I think this is an issue that occurs with Safari. Alan, which browser are you using? - Mike > On Mar 28, 2016, at 7:01 PM, David Nolen wrote: > > You should not need a `:reload` for the first one. Only the second one. If > that's no longer true there has

Re: [ClojureScript] Omission on ClojureScript Quick-Start on GH

2016-03-28 Thread David Nolen
You should not need a `:reload` for the first one. Only the second one. If that's no longer true there has been a regression and you should open a JIRA ticket. On Mon, Mar 28, 2016 at 4:30 PM, Alan Thompson wrote: > Hi - Anybody here familiar with the CLJS QuickStart on

[ClojureScript] Omission on ClojureScript Quick-Start on GH

2016-03-28 Thread Alan Thompson
Hi - Anybody here familiar with the CLJS QuickStart on github? I think I've found an omission. At the part about adding foo: (defn foo [a b] (+ a b)) it is missing the ":reload" in the (require ...). The missing ":reload" results in this at the repl: cljs.user=> (require

[ClojureScript] re-frame why only 1 handler per [:some-event-id]?

2016-03-28 Thread Luke Horton
Why does the re-frame framework restrict a 1:1 between dispatches and handlers? At first I found it a little weird. I can think of lots of realistic cases where: ``` some event happens -> module a responds; module b responds; ``` Then I thought... well, if one module has a handler that changes

[ClojureScript] ANN: ClojureScript 1.8.40

2016-03-28 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript Leiningen dependency information: [org.clojure/clojurescript "1.8.40"] This release addresses some minor unintentional interactions with 3rd party