Matt Bradley
Matt Bradley
I'll look into this for v2.0. Also #37.
Very nice find. This seems to be another quirk with using jQuery's methods to manage the list of livestamps (similar to #16). Maybe just adding and removing the livestamps from...
Will fix in v2.0.
Another good find. This would be fixed by #11, but that pull isn't mergeable anymore. I'll fix this in v2.0.
You should be able to define implicit bindings for any `std::vector` using custom marshalling. Something like this: ``` namespace emscripten { namespace internal { template struct BindingType { using ValBinding...