Skip to content
#

standard

Here are 800 public repositories matching this topic...

jamieburchell
jamieburchell commented Oct 15, 2021

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.

bzbarsky-apple
bzbarsky-apple commented Aug 6, 2020

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

GPHemsley
GPHemsley commented Jun 3, 2017

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

Improve this page

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

Learn more