Skip to content
#

developer-tools

Here are 2,608 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
geiras
geiras commented May 7, 2021

🚀 Feature Request

📝 Description

When debugging mobile views, it's important to understand the cursor target size and simulate, as much as possible, the native behaviour of touchscreens.

Describe the solution you'd like

I believe that it makes sense to emulate as much as possible the real behaviour of pointing devices.
My suggestion is to allow the user to define what is the pr

appsmith
dvc
FatemeKhodayari
FatemeKhodayari commented Nov 29, 2021

Hi. I'm a beginner to DVC. Yesterday, I set up DVC with a webdav backend as said in the official documentation. When I wanted to push to the remote, the URL had 00 added to it. It must have been https://mydomain/webdav/models but instead DVC was trying to push to https://mydomain/webdav/models/00 which is a nonexisting URL.

Any idea why this is happening and how I should solve it?

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.

budibase
malcolm061990
malcolm061990 commented Mar 30, 2021

Hi. I am using v0.28.18 terragrunt.
I want to apply tf module in two different AWS regions. And I want to keep state for each region in different s3 keys like:
terragrunt-test/terraform-us-east-1.tfstate
terragrunt-test/terraform-us-east-2.tfstate

The only way I thought I could do that was using locals. My configurations:

###### account1.tfvars:
aws_profile = "account1"
aws_region  =
pyroscope
kolesnikovae
kolesnikovae commented Nov 30, 2021

The current trasporttrie.IterateRaw implementation uses the io.CopyN method which allocates 32K buffers by default for every tree leaf (a stack). This should be either revised to not use copying at all, or reuse the buffers.

It’s hard to estimate how helpful this change can be, but it is clear that it does not require any effort and will improve ingestion HTTP handler performance to som

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