devtools-timeline-images icon indicating copy to clipboard operation
devtools-timeline-images copied to clipboard

Extract images from Chrome DevTools report.

Results 6 devtools-timeline-images issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 3.0.1 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.0 to 13.1.2. Release notes Sourced from yargs-parser's releases. v13.1.1 Bug Fixes convert values to strings when tokenizing (#167) (57b7883) nargs should allow duplicates when duplicate-arguments-array=false (#164)...

dependencies

Cover the whole project with tests. Initially project was started on a deadline, so I skipped TDD. Tests should cover all commands and possible input/outputs for them. Also maybe introduce...

enhancement
good first issue

Currently I extract only the `snapshots` from the JSON. If you look inside the JSON it turns out to be a **GOAL** mine of data (thank you Chrome Dev Team)....

enhancement
help wanted