Stephan Meijer

Results 316 comments of Stephan Meijer

And how about `actions` as well? Currently we can define methods in the state, like: ```js const state = { count: 0, up: value => state => ({ ...state, count:...

@afrankel-sfdo, PR's would be most welcome.

I'm having the same issue when creating panes & panels: manifest: ```json5 { // … devtools_page: 'main.html', } ``` main.html: ```html ``` main.js ```js chrome.devtools.panels.create('my devtool', '', '/panel.html'); chrome.devtools.panels.elements.createSidebarPane('my devtool',...

> It seems like this module doesn't support the direct import of files from external dependencies? Yeah, I don't think we currently support that. A PR would be much appreciated.

This project is being archived. Please check the readme for more info.

I think a pretty solution - better than the above - could be to add a `prepare` handler that runs in order of the `benchmarks`, but only once. Something like:...

The generator proposal looks nice! I suggest closing #13 🙂

I think there's a bug in when the ignore patterns are applied. I believe we first parse the full tree, and then only filter before printing the results. It would...

This project is being archived. Please check the readme for more info.

This project is being archived. Please check the readme for more info.