patrick kettner

Results 29 issues of patrick kettner

when checking [medium](https://medium.com/@dannypage/stop-using-google-trends-a5014dd32588#.byotlmrvm) posts, the output isn't usable

right? ping @stucox @joecritch

([background](https://github.com/GoogleChrome/lighthouse)) not too bad, mostly around a missing manifest fixes needed - [ ] we don't have a manifest - [ ] manifest needs start_url - [ ] manifest needs...

[see relevant modernizr issue](https://github.com/Modernizr/Modernizr/issues/1826#issuecomment-205273518) Basically, allow for `bower install https://modernizr.com/download/setClasses` as well as `bower install https://modernizr.com/download/setclasses`

it currently wipes the dist, then rebuilds it. this means that during the release the site is broken while its being compiled. It should build it in another dir, then...

[demo](https://lily-toque.glitch.me/) [Setting `.checked` to true or false should update the element](https://html.spec.whatwg.org/dev/input.html#checkbox-state-(type=checkbox)) - this is not happening in worker-dom edit: turns out, it isn't reflected in either direction - inspecting the...

mutation
API

A (sadly) very common pattern for user auth is to rely on cookies for state. As a result, sites need to be able to know up to the moment information...

API