Skip to content

Instantly share code, notes, and snippets.

View zoepage's full-sized avatar
📟
Lets build a new world

Ola Gasidlo zoepage

📟
Lets build a new world
View GitHub Profile
@zoepage
zoepage / manifest_work.md
Last active June 13, 2019 13:19
required keys for A2HS + possible validation

can display manifest

  • Check for manifest.json or .webmanifest (if served by correct type)

A2HS

  • 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)
@zoepage
zoepage / git-remote
Created June 11, 2018 18:36
git workflow for PRs from forked repos within your team
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?
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am zoepage on github.
  • I am zoepage (https://keybase.io/zoepage) on keybase.
  • I have a public key ASBedlKTauZIuWhp5KRUONW5IN6IWhtoZAjBuZ_cUflcDAo

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.
@zoepage
zoepage / push.js
Created June 10, 2015 11:54
test for error eventEmmiter
'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)