The Wayback Machine - https://web.archive.org/web/20220111024038/https://github.com/topics/developer-tools
Skip to content
#

developer-tools

Here are 2,642 public repositories matching this topic...

connorjclark
connorjclark commented Oct 6, 2021

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.elideDataURI to their url property. We should just set url to this elided value, and drop elidedUrl. Otherwise, data uir images failing this audit will make the LHR larger th

responsively-app
HugoHeneault
HugoHeneault commented Jan 10, 2022

🚀 Feature Request

📝 Description

Add an export (& import) button allowing to export settings and devices list.
As a team, or if you change computer, it's an easy way to work/ test the same way.

Describe the solution you'd like

In the settings view, add an export button, allowing to export defined config as JSON, XML or any format that can later be re-imported in Responsivel

appsmith
budibase
WWDC
davuthdv
davuthdv commented Jun 27, 2020

Please add video length on the video thumbnail just like the official Developer app from Apple.

Right now, I can see the length if I click to go to detail screen, but I would have to do it one by one. It would be great to see the length of each video in a glance so that if i have like 15 minutes, I know which one I can watch.

zraider7
zraider7 commented Dec 6, 2021

Currently, terragrunt hclfmt will tell you if there are errors with your hcl file, but not display what they are if you are using --terragrunt-check flag. Example:
terragrunt hclfmt --terragrunt-check --terragrunt-log-level error

terraform fmt has this functionality with the -diff switch to show you what changes it would end up doing, which is great for CI and the end-user feedback l

pyroscope

Improve this page

Add a description, image, and links to the developer-tools topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more