Results 86 issues of Sebastien Piquemal

It seems to be broken since node 0.8

This has to do with JavaScript numbers being encoded to Float32. ``` javascript var oscMin = require('osc-min') , original = 2147483643 , data, decoded data = oscMin.toBuffer({ address: '/', args:...

Hi! I don't know if this is me not understanding something, or if this is actually a bug : ``` javascript buf = oscMin.toBuffer('/lkj', [11, 22]).toString('utf8') // Encoding to OSC...

At the moment params can live in two places for the same node : ``` javascript var sine = new Sine() sine.parameters.frequency = 220 // place 1 sine.process(dst, frequencies) //...

At some point, the accumulated phase reaches something like `21.999999275431037` which should correspond to `phase === 1`, but what happens instead is that this is rounded to `22`, and we...

bug
next

Mocha can be used with istanbul out of the box, something like `istanbul _mocha ...`, but as a grunt task, I don't really know.

next

Keep in mind that we wanna use asm.js. What does it mean in terms of code, in terms of dependencies (can we use underscore for example), etc ...

performance
next

Write a more useful example for Backbone.Stateful views. e.g. a picture viewer.

The fact that `StatefulView` is a ready-to-use backbone view, makes it harder to use it with some libraries that also do the same. Providing `StatefulView` as a mixin (like `StateMachine`)...

- Debugger - List events