Groups
Groups
Sign in
Groups
Groups
js.io
Conversations
About
Send feedback
Help
js.io
1–30 of 49
Mark all as read
Report group
0 selected
Niklas B
9/10/11
How do you catch js.io error messages?
HI, What is the best way to trap/catch all "throw logger.erro" from js.io? Thinking about:
unread,
How do you catch js.io error messages?
HI, What is the best way to trap/catch all "throw logger.erro" from js.io? Thinking about:
9/10/11
Niklas B
8/10/11
jsio_compile and paths (either problems with importing or getting odd javascriptfiles)
Hi, I've been using Orbited (which as you know, relies on js.io) for quite some time now but this
unread,
jsio_compile and paths (either problems with importing or getting odd javascriptfiles)
Hi, I've been using Orbited (which as you know, relies on js.io) for quite some time now but this
8/10/11
Martin
1/18/11
Another chrome bug?
I filed a bug against chrome here: http://code.google.com/p/chromium/issues/detail?id=70065 This bug
unread,
Another chrome bug?
I filed a bug against chrome here: http://code.google.com/p/chromium/issues/detail?id=70065 This bug
1/18/11
Martin
11/18/10
chrome bug?
window.a = 1; (function(a){with(a){delete a;}})({}) Firefox: a === 1 Chrome: a === undefined
unread,
chrome bug?
window.a = 1; (function(a){with(a){delete a;}})({}) Firefox: a === 1 Chrome: a === undefined
11/18/10
Sergii Boiko
, …
Jo
8
10/14/10
js.io usage experience and found bugs
Hi Jo, Currently I can't fix this issue because of the lack of time. I can back to this issue
unread,
js.io usage experience and found bugs
Hi Jo, Currently I can't fix this issue because of the lack of time. I can back to this issue
10/14/10
Michael Carter
10/8/10
transports.js for IE jsonp (was Fwd: [Orbited] Re: Announcing Orbited2 Beta )
---------- Forwarded message ---------- From: Andrew Armstrong <phpl...@gmail.com> Date: Fri,
unread,
transports.js for IE jsonp (was Fwd: [Orbited] Re: Announcing Orbited2 Beta )
---------- Forwarded message ---------- From: Andrew Armstrong <phpl...@gmail.com> Date: Fri,
10/8/10
Pierre
9/23/10
[WebWorkersCamp10] @ Paris, La Cantine - October 29 / 30
To all the bar-campers of the World: AF83 will host a new WebWorkersCamp (http://barcamp.org/
unread,
[WebWorkersCamp10] @ Paris, La Cantine - October 29 / 30
To all the bar-campers of the World: AF83 will host a new WebWorkersCamp (http://barcamp.org/
9/23/10
Michael Carter
9/3/10
tag 3.2 and google compiler broken
closure compiler minifying jsio/util/browser.js Failed compiling jsio/util/browser.js stdin:1: ERROR
unread,
tag 3.2 and google compiler broken
closure compiler minifying jsio/util/browser.js Failed compiling jsio/util/browser.js stdin:1: ERROR
9/3/10
kevin
4/8/10
default cross-domain transport causes loading bars in chrome and safari
hi guys i have created an issue for this problem in github here: http://github.com/mcarter/js.io/
unread,
default cross-domain transport causes loading bars in chrome and safari
hi guys i have created an issue for this problem in github here: http://github.com/mcarter/js.io/
4/8/10
kevin
,
Michael Carter
3
4/7/10
pyjsiocompile update
thanks a lot! On Wed, Apr 7, 2010 at 12:23 PM, Michael Carter <carter...@gmail.com> wrote:
unread,
pyjsiocompile update
thanks a lot! On Wed, Apr 7, 2010 at 12:23 PM, Michael Carter <carter...@gmail.com> wrote:
4/7/10
kevin
,
Michael Carter
2
4/7/10
pyjsiocompile breaks setuptools
Comment out the install_requires for distribute in setup.py, then reinstall. The tests won't run
unread,
pyjsiocompile breaks setuptools
Comment out the install_requires for distribute in setup.py, then reinstall. The tests won't run
4/7/10
MikeT
,
Martin
2
4/7/10
IIS Project
Hey Mike! Comet for IIS is an area that doesn't seem to get explored much. Sounds like an
unread,
IIS Project
Hey Mike! Comet for IIS is an area that doesn't seem to get explored much. Sounds like an
4/7/10
J5
,
Marcus Westin
7
3/24/10
Jester support in js.io
just patched master with http://github.com/mcarter/js.io/commit/
unread,
Jester support in js.io
just patched master with http://github.com/mcarter/js.io/commit/
3/24/10
Marcus Westin
3/10/10
Making jsio default logging level LOG
When running apps using js.io out of the box, there's a quite a bit of js.io debug information
unread,
Making jsio default logging level LOG
When running apps using js.io out of the box, there's a quite a bit of js.io debug information
3/10/10
Dave C
1/28/10
Problem with Websockets
Like Saimon, I am trying to get Websockets working in mobile browsers. I have tried to use the js.io
unread,
Problem with Websockets
Like Saimon, I am trying to get Websockets working in mobile browsers. I have tried to use the js.io
1/28/10
Saimon Moore
, …
Michael Carter
19
12/16/09
WebSockets
Hi all, I'm still quite stuck at this point though I'm beginning to suspect that this has
unread,
WebSockets
Hi all, I'm still quite stuck at this point though I'm beginning to suspect that this has
12/16/09
desmaj
11/23/09
js.io test action
Hi Folks, I just pushed the start of some code that will let us write js.io tests. I started by
unread,
js.io test action
Hi Folks, I just pushed the start of some code that will let us write js.io tests. I started by
11/23/09
desmaj
11/17/09
node lock
Hi folks, Given that node changes pretty frequently, let's target a specific version to maintain
unread,
node lock
Hi folks, Given that node changes pretty frequently, let's target a specific version to maintain
11/17/09
desmaj
11/15/09
compiling for node
Hey folks, I've been experimenting with compiling for node (broken right now). It looks like at
unread,
compiling for node
Hey folks, I've been experimenting with compiling for node (broken right now). It looks like at
11/15/09
Rishav Rastogi
11/11/09
Current Support for Xmpp
Hi Guys, Does the current version of js.io provide support for Xmpp and its XEP-0085 specification ?
unread,
Current Support for Xmpp
Hi Guys, Does the current version of js.io provide support for Xmpp and its XEP-0085 specification ?
11/11/09
GWBasic
11/1/09
Disabling minimization at run-time
Is there a way to disable minimization of code loaded through jsio ("import...') ? I'm
unread,
Disabling minimization at run-time
Is there a way to disable minimization of code loaded through jsio ("import...') ? I'm
11/1/09
GWBasic
,
Michael Carter
3
10/31/09
Noob questions
So what is the "compiler?" Is it just a Javascript minimizer that concatenates all the
unread,
Noob questions
So what is the "compiler?" Is it just a Javascript minimizer that concatenates all the
10/31/09
Marcus Westin
,
GWBasic
4
10/30/09
Storage in js.io
Ok, it's released: http://objectcloud.com And please, keep in mind that this is very alpha. On
unread,
Storage in js.io
Ok, it's released: http://objectcloud.com And please, keep in mind that this is very alpha. On
10/30/09
Michael Carter
, …
Martin
3
10/28/09
jsio.std.uri vs jsio.util.url
Thanks for catching that one! http://github.com/mcarter/js.io/commit/
unread,
jsio.std.uri vs jsio.util.url
Thanks for catching that one! http://github.com/mcarter/js.io/commit/
10/28/09
Martin Hunt
10/27/09
CSP spec
I'm having some trouble with the CSP spec (not sure if this is the correct place for discussion).
unread,
CSP spec
I'm having some trouble with the CSP spec (not sure if this is the correct place for discussion).
10/27/09
Michael Carter
,
GWBasic
3
10/27/09
Re: Questions about Comet Session Protocol
On Tue, Oct 27, 2009 at 1:03 AM, GWBasic <goo...@andrewrondeau.com> wrote: Cool, thanks. So
unread,
Re: Questions about Comet Session Protocol
On Tue, Oct 27, 2009 at 1:03 AM, GWBasic <goo...@andrewrondeau.com> wrote: Cool, thanks. So
10/27/09
desmaj
, …
Marcus Westin
5
10/26/09
where's js.io?
I'm with you - we're close to the point where it's not worthwhile (Wohooo!)0 The
unread,
where's js.io?
I'm with you - we're close to the point where it's not worthwhile (Wohooo!)0 The
10/26/09
Marcus Westin
10/25/09
Random walk
Martin showed me a cute little random walk script for the demo at http://js.io/#worlddemo. Thought I
unread,
Random walk
Martin showed me a cute little random walk script for the demo at http://js.io/#worlddemo. Thought I
10/25/09
Marcus Westin
10/25/09
Added shooting
Hey guys, I added shooting to the world demo. It doesn't have any rate limiting on it right now,
unread,
Added shooting
Hey guys, I added shooting to the world demo. It doesn't have any rate limiting on it right now,
10/25/09
murray3
,
Marcus Westin
2
10/25/09
google talk client
Hey Chrism, I don't think any of us have played the google XMPP api on js.io yet, but I encourage
unread,
google talk client
Hey Chrism, I don't think any of us have played the google XMPP api on js.io yet, but I encourage
10/25/09