Jim Porter

Results 140 comments of Jim Porter
trafficstars

I'd lean towards the former, especially if there's a way to rate-limit Greenkeeper PRs (though I'd be kind of surprised if there were). I'm not too keen on removing `package-lock.json`,...

Would a regression range help here? It sounds like the problem is something that recently changed, but it's hard to tell since our tests for telemetry are sadly incomplete.

Is there a spec for this anywhere, or is this just a placeholder issue for now? There are probably some privacy concerns that would be good to hash out here...

Does this mean there are no guest accounts? If so, what's the impetus for this? My understanding was that we thought guest accounts were an important way to make it...

What's the expected UX here normally? I just used something roughly like what we have in Firefox, where the list itself doesn't have a focus state; only list *items* do.

@kimberlythegeek The whole list has focus, but our CSS is written so that the focus indicator is on the currently-selected item in the list. Therefore, when there's no currently-selected item,...

@kimberlythegeek I'm surprised that adding ARIA roles changed the focus behavior. I thought it only affected how screen readers, well, read the page. In any case, it sounds like this...

In the meeting, I think I just brought up how it'd be nice if there were a way to get the React component names into the DOM and that there...

Ok, I tested it out, and this tool isn't quite what we need, but it can probably form a base for something that we could use. There are a couple...

Another option is to manually annotate with a particular prop and then strip that prop from prod builds via `babel-plugin-react-remove-properties`. We'd still have to be a bit careful here due...