Results 91 comments of Andy Ray

This is kind of baffling. If you change certain things about the above input data, it causes the segfault, and other times it works. Other four letter words fail: ```...

Happens on Ruby 2.4.1 too, not just the version I'm using (ruby-2.1.5).

whoops, this was my bad, forgot to actually trigger a change event from the store (bittenByFluxible)

This might actually be an issue. When I do something like ``` ``` And I switch the props of my component so that `val` goes from `"string"` to `null`, on...

Oh, this is likely why https://github.com/facebook/react/issues/2533

does `beginContact` work when an object with mass collides with an object with mass 0? i'm not seeing the event fire when using the master branch of this project in...

Ah, adjusting for the api change fixed it. And the events are working now, I didn't realize I had to add the event listener to the world, not the body

Also it would be preferable if you didn't mutate objects after passing them to the user https://github.com/schteppe/cannon.js/blob/145b4f71a26efb411fca25b5e9fc4e0c8c8436e7/src/world/World.js#L967 - for example console logging an event (or any object) logs the "live"...

Please don't install Elm with root privs :) It's not 1992 anymore...

In terms of testing (reactjs) components - we can certainly stub out the component that uses zeroclipboard, but as it's in the dependency tree already I suspect it would break...