- Check for manifest.json or .webmanifest (if served by correct type)
- Check for HTTPs
- (maybe check if SW is registered, not required tho)
- check for reqired keys for A2HS
- background_color
- display
- icon (size, src, type)
| You work a lot with PRs from forked repos within your team? | |
| My workflow for this: | |
| Create a remote url with the name of the person as identifier like below: | |
| $ git remote -v | |
| julien https://github.com/julienw/perf.html.git | |
| main https://github.com/devtools-html/perf.html.git | |
| mstange https://github.com/mstange/perf.html.git |
| ### Phrase: | |
| hi guys, | |
| hey guys, | |
| hello guys, | |
| you guys, | |
| guys | |
| ### Respose: | |
| Did you mean team? | |
| Did you mean all? |
I hereby claim:
To claim this, I am signing this object:
| # Write up ViewSource 2016 | |
| https://viewsourceconf.org/berlin-2016/ | |
| - RadialSystem V, Berlin | |
| - 2 Days | |
| - 500 Attendees | |
| - 18 Speaker | |
| - several Workshops / Discussion Tracks / Demo corners |
| # Currently blocking | |
| Google Fonts | |
| ----- | |
| the [script to add fonts](https://gist.github.com/mousemke/80df3ee66973fae8171ad748a21d5e2e) is actually written, but what fonts are we using / allowing? where are they being set? where is the info coming from? | |
| --> we are loading all of the font names for the dropdown menue | |
| when google fonts are blocked, (adblock, ghostery, etc) we need a fallback to a good system font stack. |
| 'use strict' | |
| var toId = require('./utils/to-id') | |
| module.exports = push | |
| /** | |
| * pushes one or multiple objects from local to remote database | |
| * | |
| * @param {String,Object} docsOrIds object, ID of object or array of objects/ids (all optional) |