Greg Tatum
Greg Tatum
I'm assuming we would need to create new tasks in the `.taskcluster.yml` that are specific runs that happen on PRs and on merges. Integrating with GitHub is documented here: https://docs.taskcluster.net/docs/manual/using/github...
I feel like creating a drop `Set` and merge `Set` preserves the non-commutative nature of transforms. This way if you do 10 drops in a row, it would all be...
The UI you propose could be done inline in the existing bar. I'm wondering if you could also make it overflow: auto so that even if you have 100 entries,...
> I feel this can be made possible by ideas we were having about improving the header timeline by only showing one thread/activity row by default. My comment was for...
fitzgen had a link from an older bug that may be worth reading up on: > Note that go's builtin profiling tools support this and it seems pretty neat: https://github.com/bradfitz/talk-yapc-asia-2015/blob/master/talk.md
@mstange the selectedFuncStack data is tied up with the the `ThreadViewOptions` in the `src/reducers/profile-view.js` reducer. It is stored per thread. Should all of this information be moved over to the...
Changing this to a polish bug, as it shouldn't be crazy to do.
Here is what I implemented in a personal project: ```js /** * Provide a simple mechanism to stop and start pushing on the history state. * The history API is...
Hmm... actually never mind. I misspelled `mapStateToProps`, and it didn't throw errors. Looking at the type definition, it makes sense why it wouldn't.
We have tests now for the connect.js function.