-
Hi,
Thanks a lot for your plugin. Amazing work ! 🥇
But, I noticed that you used "text" for your HTML input type. That's not user friendly for mobile users.
Instead, what about to use "number" ty…
-
The TUF spec is written in a prose form, especially the update workflow. One of the challenges with this that we have duplicated paragraphs that describe essentially the same thing. For example:
> …
-
Chrome, Firefox, and Safari all agree on this behavior:
`u = new URL("custom-scheme://host?initially-no-path");`
`u.protocol = "https";`
`u.protocol = "custom-scheme";`
`u.href; // custom-scheme…
-
**Have you read [Troubleshooting.md](https://github.com/rohitnaik246/Malicious-Web-Content-Detection-Using-Machine-Learning/blob/master/docs/Troubleshooting.md)? If No, please do so before filing an i…
-
For improved documentation SEO it would be great to have the meta tag "Description" in the `templates/html/header.html` file, eg:
```
```
The problem is that $projectbrief would then be stati…
-
I have noticed that in the current specification (Editor’s Draft, 13 May 2014) of ["The mset Attribute"](http://berkmancenter.github.io/cache-link/mset-attribute.html#the-mset-attribute).
> If pres…
-
Meteor: 3.0.4
Cordova Android: 13.0.0
OS: both windows 11 and macOS 15
Emulator: Pixel 8a API 34
### The expected behavior
Run on android emulator or device
### The actual behavior.
Start fai…
-
AsyncHTTPClient is currently dependent on Foundation. Would removing this dependency be a target for AHC?
I have done a quick test to see where Foundation is being used. The main source is unsurpr…
-
Now that #4081 has landed, adding the `react-native-url-polyfill` package, we can finish using URL objects instead of string concatenation and regexes! The thing it's polyfilling is this: https://deve…
-
In our `package.json` we have the following:
```js
"engines": {
"node": "10.15.2"
}
```
But `node/no-deprecated-api` still errors on deprecations that were added in Node.js 11.