Thomas Boyt

Results 17 comments of Thomas Boyt

@davidkpiano I believe so. I'm not 100% convinced that "sync" and "async" are the right concepts for this - I guess in my head it's more "submission state" rather than...

I lost a decent chunk of a morning to this issue, which I understand is _totally_ not the fault of the library, just a quirk of how CSS reflows work....

Ran into this and was pretty surprised by it. Not easy to fix because the reload in my case is coming from a library, so it's not as simple as...

semi-related to #4: both will require tracking whether the app is paused or not, as well as adding some sort of `reportTickIfPaused()`

bonus UX: Ember Inspector both logs the property and sets `$E` to it for easy access. they even have a [nice little icon](https://github.com/emberjs/ember-inspector/blob/master/dist_common/images/send.png) for it that could totally be ~~stolen~~...

Patching the Ticker constructor is also tricky because the Ticker already exists when the dev tools are opened - you'd have to destroy & recreate the ticker. Starting to think...

Another option is to just go full Ruby on it and monkey patch the `Date` object to give the deltas we want. I believe [timekeeper](https://github.com/vesln/timekeeper/) could be used for this,...