Matt Bradley

Results 5 comments of Matt Bradley

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...

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...