Skip to content
#

speed

Here are 303 public repositories matching this topic...

fastify
cdnjs
zackbloom
zackbloom commented Nov 13, 2019

CDNJS requires a certain amount of manual review and moderation. This review is required both to allow new projects to be added to the project, and to handle certain types of project changes which can't be automatically imported.

This issue is a place to discuss how we might eliminate this requirement in the future.

I believe the goal of this project should be to take everything which requir

addyosmani
addyosmani commented Dec 10, 2018

Feedback from @surma:

I feel like by default you should add a rootMargin to the IO to trigger the load before something comes into the viewport.

So, rootMargin defaults to "0px 0px 0px 0px", meaning the intersection will be computed between the root element's unmodified bounds rectangle and the target's bounds. This change would be made to https://github.com/GoogleChromeLabs/quicklink/b

Eomm
Eomm commented Jan 19, 2020

🐛 Bug Report

For types array the items key is not mandatory by the standard, but it is needed by fast-json-stringify.
We should set a default instead

To Reproduce

var fastJsonStringify = require("fast-json-stringify")
const str = fastJsonStringify({
  "type": "object",
  "properties": {
    "foo": {
      "type": "array"
       // , items: { type: 'string' } // unco

Improve this page

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

Learn more

You can’t perform that action at this time.