Ringobot log - RingoJS IRC channel: #ringojs on irc.freenode.net

2010-08-29:

[9:50] <Guest16831> http://gist.github.com/360650
[9:51] <Guest16831> just trying the async out app works but app2 doesnt, I get error progress is not a function...
[11:10] <Guest16831> http://gist.github.com/360650
[11:10] <Guest16831> just trying the async out app works but app2 doesnt, I get error progress is not a function...
[11:16] <earl> Guest16831: the onProgress stuff no longer exists in recent ringojs
[11:19] <earl> in other words, this "partial response" writing is no longer supported in current ringojs.
[11:25] <Guest16831> ah balls
[11:26] <Guest16831> so is there a work-around for reporting progress from some long running task?
[11:49] <hannesw_> Guest16831 you mean via HTTP?
[11:49] <hannesw_> I guess we currently don't have an out-of-the-box solution for that
[11:49] <hannesw_> but it would be possible
[11:50] <hannesw_> I'll try to come up with something
[11:57] <Guest16831> yeah via http, the client invokes some task on the server and the server reports back progress periodically
[11:57] <Guest16831> and example could be indexing files on the server
[11:57] <Guest16831> *an
[11:58] <hannesw_> the problem was that the progress thing did not really fit in well with promises
[12:08] <Guest16831> isn't it defined in the commonJS proposal though?
[13:41] <oberhamsi> websocket api is very cool
[13:41] <oberhamsi> works for me with default chrome 5.0.3
[14:29] <hannesw_> oberhamsi loving it too
[14:29] <hannesw_> also tried with firefox 4 beta 4
[15:24] <robi42> fyi: updated http://log.robert42.com/ to current ringo, ringo-hibernate, ringolog etc. and works fine so far.