-
Updated
Oct 26, 2021 - JavaScript
standard
Here are 800 public repositories matching this topic...
-
Updated
Oct 28, 2021
-
Updated
Oct 28, 2021 - PHP
-
Updated
Oct 16, 2021 - Shell
-
Updated
Oct 28, 2021 - SCSS
Google Lighthouse seems to complain that assets with a cache expiry of 30 days should be set with longer expiry times. I believe the thinking is if it's OK to cache something for 30, it's probably OK to cache something for a year. Certainly, when I changed my own config to expiry images and fonts from 30 days to 1 year, Lighthouse was happy.
-
Updated
Dec 10, 2020
-
Updated
Oct 28, 2021 - JavaScript
Problem
The " Build ESP32 QEMU and Run Tests" task of the "QEMU / ESP32" test seems to fail randomly. It failed on project-chip/connectedhomeip#2009 for me, then passed when retriggered.
Proposed Solution
Figure out why it fails randomly and fix. Sadly the logs CI provides don't include the src/transport/tests/test-suite.log file that should have includ
-
Updated
Oct 27, 2021 - JavaScript
Presumably these should result in a network error. The current specification doesn't state anything and it's not tested either.
See the README for instructions on where to add tests. In the specification the "blob" case of https://fetch.spec.whatwg.org/#scheme-fetch needs updating to handle current URL’s blob URL entry being null.
-
Updated
Jul 11, 2021 - HTML
Under point 6 of the list of steps to take to "ensure pre-insertion validity", as part of an attempt to implement a procedure involving the particular list of steps, I am having trouble unambiguously interpreting the following statement:
parent has an element child, child is a doctype, or child is non-null and a do
-
Updated
Oct 28, 2021 - HTML
-
Updated
Jan 16, 2019
-
Updated
Sep 21, 2021 - Solidity
-
Updated
Oct 13, 2021 - HTML
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 6, 2021 - Vue
The term "forbidden host code point" is used exactly twice within this spec, and in one case it excludes U+0025 (%):
If asciiDomain contains a forbidden host code point, validation error, return failure.
If input contains a forbidden host code point excluding U+0025 (%), validation error, return failure.
I think it is easier for implementations to add to a definition rather than take
-
Updated
May 18, 2021
Improve this page
Add a description, image, and links to the standard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the standard topic, visit your repo's landing page and select "manage topics."
Looking at sticky activation it seems to be calling current high resolution time without a global (that is needed in order to know the time origin).
It'd be good to pass along the global. (
Worwindow, if I'm reading the algorithms correctly)