-
Updated
Nov 15, 2021 - JavaScript
best-practices
Here are 1,265 public repositories matching this topic...
-
Updated
Oct 31, 2021 - JavaScript
-
Updated
Nov 14, 2021 - JavaScript
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Oct 1, 2021
-
Updated
Nov 15, 2021 - Python
-
Updated
Oct 20, 2021 - Shell
-
Updated
Nov 8, 2021 - HTML
-
Updated
Mar 1, 2021
-
Updated
May 12, 2020
-
Updated
Oct 21, 2021 - C#
-
Updated
Aug 14, 2021
-
Updated
Nov 14, 2021
-
Updated
Nov 15, 2021 - HTML
-
Updated
Oct 31, 2021 - HTML
-
Updated
Nov 7, 2021 - JavaScript
-
Updated
Sep 7, 2021 - Python
-
Updated
Oct 26, 2021 - Kotlin
Is your feature request related to a problem? Please describe.
when running Datree's pre-commit, there is no ("native") way to pass the account token to the docker image
Describe the solution you'd like
A way to inject the account token from the pre-commit config
Describe alternatives you've considered
pass the account token as env variable to the docker image
-
Updated
Aug 26, 2021
-
Updated
Jan 9, 2019
-
Updated
Nov 12, 2021 - TypeScript
-
Updated
Sep 13, 2021 - C#
-
Updated
Oct 25, 2021 - TypeScript
What would you like added?
Common Platform Enumeration (CPE) is a structured naming scheme for information technology systems, software, and packages. Based upon the generic syntax for Uniform Resource Identifiers (URI), CPE includes a formal name format, a method for checking names against a system, and a description format for binding text and tests to a name.
The usage of CPE naming is
-
Updated
Dec 23, 2020 - Python
🐞 Bug report
Description
In vscode, whenever I set the "extends" property in my tsconfig.json file, webhint gives the following error message:
Unexpected token } in JSON at position 705 (typescript-config/is-valid)
Details
Improve this page
Add a description, image, and links to the best-practices topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the best-practices topic, visit your repo's landing page and select "manage topics."


https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/audits/image-size-responsive.js#L149
This is the only audit that saves a separate "elidedUrl" property. All other audits save the result of
URL.elideDataURIto theirurlproperty. We should just seturlto this elided value, and dropelidedUrl. Otherwise, data uir images failing this audit will make the LHR larger th