Martin Törnwall

Results 5 comments of Martin Törnwall

Darn, this just bit me too. :-) While it's unfortunate that we cannot guarantee that the program write order is reflected in the patch, it isn't an insurmountable obstacle. What...

@tomalec Great idea with the `touch`/`sync`/`async` function set; I think it's preferable to just the barrier I proposed above. Regarding static vs instance I really prefer instance (despite how it...

@tomalec Yeah, you're right. Perhaps `Puppet.method(model)` is the best choice, then? It's pretty easy to use, doesn't pollute the model object and has clear semantics. :+1:

Any update on this? Lately I've been getting diffuse reports suggesting that this issue occurs more frequently than expected.

@warpech The problem with this approach is that it is still asynchronous. I don't really know when the `mouseup` event will be processed. By contrast, the barrier approach I proposed...