John Earnest

Results 25 comments of John Earnest

I don't program in Go; I'd rather not work up a PR. Just reporting an inconsistency I tripped over while testing the portability of my Awk scripts.

I haven't been able to reproduce this. Is this a Firefox-specific issue?

Hm. I tried this patch out in several versions of Safari, Chrome, and Firefox, and while it doesn't cause any harm it doesn't actually appear to make any difference on...

I did some experiments with both the above patch and a simplified version which entirely dispenses with `requestAnimationFrame`/`onvisibilitychange` and exclusively uses `setTimeout()`. In Chrome, `requestAnimationFrame()` and `setTimeout()` appear to behave...

Excellent! Thanks for this fix, Ben!