Alexandre Lacheze

Results 63 comments of Alexandre Lacheze

@toots I'm curious to know which technique you plan to use for fixing the `buf[i]` issue: `__defineGetter__`, `defineProperty` or others ? `buf[i] = this.parent[i]` does not do the hack, right...

@anthonyshort please!

For the moment I found this workaround: http://jsbin.com/elisor/4/edit ``` js sub.clone().each(function(model) { console.log('unselect '+model.get('id')); model.set('selected', false); }); ```

http://blog.chromium.org/2012/04/chromes-webrtc-roadmap.html

Thanks for this reminder ! I was actually surveying your project with a distant (I am a bit busy these times..) but interested eye. We are currently crossing a massive...

I think you should have a look to https://github.com/feross/webtorrent

OUUUUUIII !! J'avais ça vu et gardé sous le coude, mais j'avais oublié de le ressortir..

Actually, we do need DOM almost everywhere. Strophe and our XML-RPC use `document.createElemement` which is unavailable in webworker. Too bad bcause I think the Reactor would have been the most...

[Strophe issue](https://github.com/metajack/strophejs/issues/75) talking about that : It seems to be possible (jsut possible) to have Strophe in web worker, but that remains limited in our case. The solution is certainly...