[ClojureScript] Re: phonegap, cljs and deviceready event

2015-02-19 Thread Sven Richter
Thank you very much, that makes sense. I should have looked for the event myself :-) Best Regards, Sven Am Mittwoch, 18. Februar 2015 18:09:53 UTC+1 schrieb Francis Avila: We do phonegap dev with CLJS, but we don't use many phonegap features (yet). Don't try to skip the deviceready step.

Re: [ClojureScript] Re: ClojureScript Google Closure Module support

2015-02-19 Thread David Nolen
On Thu, Feb 19, 2015 at 4:37 AM, Thomas Heller th.hel...@gmail.com wrote: You must take care of this when feeding the inputs to the compiler. Closure Modules are great but require a bit of handholding to perform correctly since the only reason you are doing it in the first place is to

Re: [ClojureScript] Om animation

2015-02-19 Thread Michael Ravits
Wow thanks, one hell of a SO answer. Will have to take some time to evaluate everything you wrote there. Also your ominate component.. Thanks, Michael On Thursday, February 19, 2015 at 4:41:27 PM UTC+2, Daniel Kersten wrote: I've used it. I posted some information on Stackoverflow: 

[ClojureScript] The apply function works but does not correctly handle lazy sequences

2015-02-19 Thread Phill Wolf
The Differences page https://github.com/clojure/clojurescript/wiki/Differences-from-Clojure says, under Seqs, The apply function works but does not correctly handle lazy sequences. More information can be found on ticket #11 Judging from the github History page, the sentence dates from July

Re: [ClojureScript] The apply function works but does not correctly handle lazy sequences

2015-02-19 Thread David Nolen
There are no issues that I'm aware of. On Thu, Feb 19, 2015 at 4:31 PM, Phill Wolf phill.w...@gmail.com wrote: The Differences page https://github.com/clojure/clojurescript/wiki/Differences-from-Clojure says, under Seqs, The apply function works but does not correctly handle lazy sequences.

[ClojureScript] Om animation

2015-02-19 Thread Michael Ravits
Hi, Has anyone used the ReactJS animation addon with Om already? Or otherwise has pointers to examples of using other CSS animating library with Om. Thanks, Michael -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message

Re: [ClojureScript] Om animation

2015-02-19 Thread Daniel Kersten
I've used it. I posted some information on Stackoverflow: https://stackoverflow.com/questions/23368485/creating-animations-with-clojurescript-om/27127541#27127541 On 19 February 2015 at 10:38, Michael Ravits michaelr...@gmail.com wrote: Hi, Has anyone used the ReactJS animation addon with Om

[ClojureScript] Re: Getting started with cljs.test

2015-02-19 Thread Viktor Eriksson
On Friday, December 19, 2014 at 12:31:16 PM UTC+1, Andrew Keedle wrote: Simple post and sample project about getting started with cljs.test (using phantomjs). http://keeds.github.io/clojurescript/2014/12/19/cljs-test.html Thanks, was looking for exactly this. A question though, on cemericks

Re: [ClojureScript] Issues building on Heroku after 0.0-2511

2015-02-19 Thread Jonathon McKitrick
Excellent! Thanks for all the work on CLJS. On Thursday, February 19, 2015 at 7:04:33 PM UTC-5, David Nolen wrote: I believe this is a classloader issue that's since been resolved on master. There are some other important REPL related issues holding up a release but we're trying to work

[ClojureScript] Issues building on Heroku after 0.0-2511

2015-02-19 Thread Jonathon McKitrick
I'm using the latest versions of CLJS locally with no issues. But when I deploy to Heroku, I get this error: Compiling resources/public/js/main.js from (src/cljs src/cljs src/cljs/common src/cljs src/cljs/common)... Compiling resources/public/js/main.js failed.

Re: [ClojureScript] Issues building on Heroku after 0.0-2511

2015-02-19 Thread David Nolen
I believe this is a classloader issue that's since been resolved on master. There are some other important REPL related issues holding up a release but we're trying to work through them as quickly as possible. David On Thu, Feb 19, 2015 at 6:34 PM, Jonathon McKitrick jmckitr...@gmail.com wrote: