Alexandre Lacheze

Results 49 issues of Alexandre Lacheze

To ease contribution: - add a ~`npm build` command - not version generated JS files but rather use `prepublish` scripts - add your version of coffee in `devDependencies` - add...

I've got a sub-collection that filters on an attribute value. When I iterate on this sub-collection to modify attribute's value (the modification should remove the model from the collection), only...

Fix #61 ``` Available tasks default Alias for "ascii" task. test:node Alias for "ascii", "mochaTest:test" tasks. build Alias for "build:xmpp", "build:simudp" tasks. build:xmpp Alias for "ascii", "kadohBuild:xmpp" tasks. build:simudp Alias...

I definitely got to this by taking a look at this [presentation](http://www.slideshare.net/robhawkes/ny-html5-game-development-with-html5-javascript) (page 75) on HTML5 games and saying that P2P messages should be as less verbose as possible for...

new feature
problem

Based on RTTs and stats of _received response to an already completed query_.

new feature

- simplifying button (connect/disconnet + join) - add feedbacks on actions - automatic anonymous login - idea : hitting http://kadoh.fr.nf/#5c2dd944dde9e08881bef0894fe7b22a5c9c4b06 could trigger automatic anonymous login, join and getValue on 5c2dd944dde9e08881bef0894fe7b22a5c9c4b06...

new feature

Ideas : - create an other state of the reactor : kind of _pause_ state where RPCs are not sent for any reasons (transport disconnected). - automatic re-connection after disconnection.....

refactor

It's closer to reality for benchmarking. Related to #41 since node-xmpp wil have an XMPP bosh for node.js **and** browser.

benchmarking
new feature

Leverage SAX parser.

refactor

Generate doc using dox. in /docs folder (http://dailyjs.com/2011/01/20/framework-part-47/) (https://github.com/visionmedia/dox)

doc