Skip to content
#

speed

Here are 295 public repositories matching this topic...

fastify
cdnjs
rwwagner90
rwwagner90 commented Apr 25, 2020

I believe this is the config we need:

{
  "name": "shepherd.js",
  "description": "Guide your users through a tour of your app.",
  "keywords": [
    "site tour",
    "tour",
    "tutorial",
    "shepherd"
  ],
  "authors": [
    "Adam Schwartz <adam.flynn.schwartz@gmail.com>",
    "Zack Bloom <zackbloom@gmail.com>"
  ],
  "maintainers": [
    "Robert Wagner <rwwagner90@g
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.