Andrew Metcalf
Andrew Metcalf
Checking in on this since it's blocking me from using Cloud Flash. Is this likely to get merged or should I rewrite my application to avoid this issue?
Hmm, maybe this isn't an API that's intended to be exposed directly given the existence of the `Thread` class? Should `Thread` support these methods?
@avtolstoy: I believe I already signed the CLA. Please tell me if I did something wrong and need to re-do. Thanks!
The specific issue is not that the signal causes the selector to wake up, but that the behavior is inconsistent. It seems like something internal to Ruby is getting into...
I confirmed that I can reproduce this with `Process.spawn` instead of forking: https://github.com/metcalf/nio4r/commit/ca870e3c036abf969bd45e64b4d53fa2a90943ee
If I understand correctly, batch works to group multiple dispatches. In this case, a single dispatch is changing multiple pieces of state. `setState` is called once for every observed getter...
@lyonlai thanks for the additional investigation. In my case I was able to identify multiple renders getting triggered for a single dispatch. I'm much less concerned about the performance implications...
See: http://jsfiddle.net/nv6y11d6/4/ (only tested in the latest release channel Chrome). You can use the `badOrder` flag at the top of the JS to switch the order in which the data...
We do deal with the fact that the value is nullable. In production, we fire a tracking call to indicate that an expected translation string is missing. This means we...
Someone else on the team just got bitten by this. In the most recent case, we pass an error code and descriptive message to the UI. We decide what to...