[ClojureScript] Re: Trouble with core.async and/or WebSockets on Chrome/Android.

2015-10-15 Thread Fenton Travers
On Wednesday, October 14, 2015 at 11:50:39 PM UTC-7, Francis Avila wrote:
> On Wednesday, October 14, 2015 at 10:30:04 PM UTC-5, Fenton Travers wrote:
> > Has anyone done WebSockets and core.async successful on mobile browser: 
> > Android+Chrome?
> > 
> > Google, suggests that WebSockets are supported on, but for some reason the 
> > combo is not working in my cell phone.  Hmmm...
> 
> We have done this successfully with production applications, but only very 
> recent android versions support WebSockets. Note the supported versions here: 
> http://caniuse.com/#feat=websockets

Okay.  I'm running Android 6.0 marshmallow, so it's got to be something 
else...will report back when I figure it out.  Thanks Francis.

-- 
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 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: Figwheel/cider clojurescript environment

2015-10-15 Thread Mikhail Malchevskiy
среда, 14 октября 2015 г., 18:10:27 UTC+3 пользователь Fenton Travers написал:
> The approach of using (cider-connect) to the figwheel nREPL, (with 0.1.5 
> piggieback), has the drawback, that I cannot start a clojure REPL 
> simultaneously.  Has anyone figured out and can suggest how to simultaneously 
> run a clojure repl in the same emacs session?
> 
> Thx,
> 
> ft

Well, I'm using the figwheel from the CIDER with two repls (clj + cljs) 
connected to it. It worked perfectly for me until very recently (see 
https://github.com/clojure-emacs/cider/issues/1368). You can ping me on the 
Clojurians Slack team for example (nick malch) if you have any questions.

-- 
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 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: Trouble with core.async and/or WebSockets on Chrome/Android.

2015-10-15 Thread Francis Avila
On Wednesday, October 14, 2015 at 10:30:04 PM UTC-5, Fenton Travers wrote:
> Has anyone done WebSockets and core.async successful on mobile browser: 
> Android+Chrome?
> 
> Google, suggests that WebSockets are supported on, but for some reason the 
> combo is not working in my cell phone.  Hmmm...

We have done this successfully with production applications, but only very 
recent android versions support WebSockets. Note the supported versions here: 
http://caniuse.com/#feat=websockets

-- 
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 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: goog.require could not find: cljs.core

2015-10-15 Thread Sebastian Bensusan
Hi Fenton,

Please post your project.clj in a Gist so we can help you diagnose the problem. 
cljsbuild and figwheel do different preprocessing to the compiler options which 
might lead to inconsistent behavior between them. For example, cljsbuild 
chooses a different default path for :output-dir[1] It's a common problem.

Best

Sebastian

[1] 
https://github.com/emezeske/lein-cljsbuild/blob/master/plugin/src/leiningen/cljsbuild/config.clj#L7

-- 
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 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: Trouble with core.async and/or WebSockets on Chrome/Android.

2015-10-15 Thread Edward Knyshov
On Thursday, October 15, 2015 at 4:06:45 PM UTC+3, Fenton Travers wrote:
> On Wednesday, October 14, 2015 at 11:50:39 PM UTC-7, Francis Avila wrote:
> > On Wednesday, October 14, 2015 at 10:30:04 PM UTC-5, Fenton Travers wrote:
> > > Has anyone done WebSockets and core.async successful on mobile browser: 
> > > Android+Chrome?
> > > 
> > > Google, suggests that WebSockets are supported on, but for some reason 
> > > the combo is not working in my cell phone.  Hmmm...
> > 
> > We have done this successfully with production applications, but only very 
> > recent android versions support WebSockets. Note the supported versions 
> > here: http://caniuse.com/#feat=websockets
> 
> Okay.  I'm running Android 6.0 marshmallow, so it's got to be something 
> else...will report back when I figure it out.  Thanks Francis.

I'm running android 6 too and it works in mobile firefox and chrome

-- 
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 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: Trouble with core.async and/or WebSockets on Chrome/Android.

2015-10-15 Thread Edward Knyshov
On Thursday, October 15, 2015 at 4:06:45 PM UTC+3, Fenton Travers wrote:
> On Wednesday, October 14, 2015 at 11:50:39 PM UTC-7, Francis Avila wrote:
> > On Wednesday, October 14, 2015 at 10:30:04 PM UTC-5, Fenton Travers wrote:
> > > Has anyone done WebSockets and core.async successful on mobile browser: 
> > > Android+Chrome?
> > > 
> > > Google, suggests that WebSockets are supported on, but for some reason 
> > > the combo is not working in my cell phone.  Hmmm...
> > 
> > We have done this successfully with production applications, but only very 
> > recent android versions support WebSockets. Note the supported versions 
> > here: http://caniuse.com/#feat=websockets
> 
> Okay.  I'm running Android 6.0 marshmallow, so it's got to be something 
> else...will report back when I figure it out.  Thanks Francis.

also you mary check out sources https://github.com/edvorg/yet-another-craft

-- 
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 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.