Jason Laster

Results 104 comments of Jason Laster

I'm not sure, the STR is to run the license check from the root of devtools-core

The new design is a bit more compact. the reason for this is that every frame after an await will be awaiting as well. Because of that, the async boundaries...

In the debugger and i believe the toolbox, we only show the focus ring on key down. We do not show it on mouse down. I think this is a...

Going to close for now and come back later. The primary hurdle is integrating Replay in along side the snapshots. Perhaps one approach would be to only record a failing...

I have a [quick-fix](https://github.com/jasonLaster/greenkeeper-lockfile) branch here, that others can use. I'm not sure why we would want to ignore some branches from updating: `yarn global add greenkeeper-lockfile@github:jasonLaster/greenkeeper-lockfile` it seems that...

Just looked into this again and found two interesting things: 1. loop is expensive (see all of the functions that refer to loop in the perf 2. We're actually doing...

Follow up: @ianmstew found that `callWatchers` can be slow - in one example **125ms** Here's the code so you know what I'm talking about. Callwatchers is the methods we call...

wow - i think that should be fixed now @ianmstew w/ the better delay, but man one feature of the lazyWorker would be a de-dupe function. currently, new `loops` could...

Detecting the app is easy. We've parched Mn.App so that's all good. The two things we use the app object got are: 1. Knowing the app is loaded (face palm)...