Skip to content
#

web-development

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

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

budibase
jimmywarting
jimmywarting commented May 10, 2021
fd = new FormData
fd.set('a', new Blob)
fd.get('a') === fd.get('a') // false in chromium - true in FF & Safari (don't have IE on Mac)

Looks like there is no test to cover this senario: https://github.com/web-platform-tests/wpt/blob/e45a9f9e65d039c76817ee2a6a1ef02c9311a1cb/xhr/formdata/set-blob.any.js

I think fd.get('a') === fd.get('a') should be true

josefaidt
josefaidt commented Jun 30, 2021

Is this related to a new or existing Amplify category?

No response

Is this related to another service?

No response

Describe the feature you'd like to request

Some auto-generated files include extraneous whitespace, and in some cases tab width is different across files (typically 2 and 4 spaces)

Example 1 (whitespace): CloudFormation YML Snippet

  identityPoolNa

Improve this page

Add a description, image, and links to the web-development 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 web-development topic, visit your repo's landing page and select "manage topics."

Learn more