developer-tools
Here are 384 public repositories matching this topic...
-
Updated
Jul 5, 2020 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
Do you want to request a feature, a new application detection or report a bug?
new application detection
**Is your issue about WebExtension driver (Chrome & Firefox), the website, the NPM driver or the bookmarklet
Affected Projects
React
Is your feature request related to a problem? Please describe.
Was looking through the change log and the new documentation but could not find any reference to the deprecated DataController.
Describe the solution you'd like
Would be great to get some documentation on the recommended way to migrate from using DataController to not using it.
**Descr
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
May 9, 2017 - JavaScript
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jun 22, 2020 - JavaScript
On windows, mocha chokes on your test command. Use the following. The -- is necessary for windows batch wrapper
"scripts": {
"test": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
Docker documentation
https://github.com/GoogleChrome/puppeteer/blob/v1.11.0/docs/api.md#class-coverage
Coverage gathers information about parts of JavaScript and CSS that were used by the page.
An example of using JavaScript and CSS coverage to get percentage of initially executed code:
// Enable both JavaScript and CSS coverage
await Promise.all([
page.coverage.startJSCoverage(),
page.coverage.-
Updated
Mar 23, 2018 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
Oh noes. Please don't. Never do string concat for commands, use execFile instead. Never pass environment variables directly to rm without sanitation, better yet, never spawn rm. Use a JS tools, like rimraf or even better del.
The protobuf "well-known types" (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) are included in every language runtime, including the npm package (see protocolbuffers/protobuf#1638).
Currently, grpcc requires proto files that import a well-known type to have a copy of the well-known type locally, otherwise you get an `Error: failed to import '...
Both the README.md and https://www.elm-live.com/ mention two flags --proxy-host and --proxy-prefix but the elm-live --help refers to them in camel case --proxyHost and --proxyPrefix. It appears that the camel case is the correct name which means the documentation is mistaken.
Took me a long while to notice this :(
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Sep 10, 2018 - JavaScript
-
Updated
Feb 23, 2018 - JavaScript
-
Updated
Apr 29, 2019 - JavaScript
-
Updated
Feb 8, 2018 - JavaScript
-
Updated
Nov 2, 2018 - JavaScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Feb 10, 2020 - JavaScript
-
Updated
May 24, 2020 - JavaScript
-
Updated
Dec 11, 2018 - JavaScript
-
Updated
Jul 4, 2020 - JavaScript
At the very least, the rule used for those examples is deprecated, but the whole section could probably use a revamp too.
Improve this page
Add a description, image, and links to the developer-tools topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the developer-tools topic, visit your repo's landing page and select "manage topics."
https://code.nasa.gov/
Maybe related to how the page causes a PROTOCOL_TIMEOUT?
From https://bugs.chromium.org/p/chromium/issues/detail?id=951684