Addy Osmani
Addy Osmani
Hi there. I just came across this project and was wondering if you were interested in continuing working on it. It's a great start for something that could end up...
When using the Chrome Accessibility DevTools extension, pages such as [this Angular Todo](http://todomvc.com/examples/angularjs/#/) app will display severity issues that are not reported by A11y when conducting an audit. Example: ...
@sindresorhus, should we start from scratch for https://github.com/TasteJS/TasteStack or do it feel it would make more sense to transfer this repo to TasteJS and retroactively get them to conform to...
I need to find time to go back through the tracker, review the current list of PRs and cut a new release. I'll try to find time to do this...
http://addyosmani.github.io/backbone-fundamentals/#live-examples the links in this section lead to 404 pages.
From @yyx990803: > FYI if we use the [runtime only build](https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only) we can shave off another ~7kb From the docs, just switching over to: ```js module.exports = { // ......
e.g potentially via `await page.setCacheEnabled(false);`
Some prior art here: https://github.com/puppeteer/examples/blob/master/verify_sw_caching.js https://michaljanaszek.com/blog/test-website-performance-with-puppeteer/#cacheAndServiceWorker
From #130 > Maybe we could come up with some sort of optional helper, though, that makes tidying up custom caches easier. Maybe something like expireCaches(prefix, suffix) that will, during...