Wade Harrell

Results 3 issues of Wade Harrell

Running into a slight challenge when using ncu due to being on a corp registry that only syncs on a cron. Packages that have been published between crons are not...

enhancement

on https://try-puppeteer.appspot.com/ ``` const browser = await puppeteer.launch(); const page = await browser.newPage(); await page.goto('https://www.google.com'); console.log(!!page.accessibility); console.log(!!page.coverage); console.log(!!page.keyboard); console.log(!!page.mouse); console.log(!!page.touchscreen); console.log(!!page.tracing); await browser.close(); ``` logs: ``` false true true true...

Test is passing on 7.0.0, upgrade to 7.0.1 and it starts failing. It is is the only test to start failing, and it is the only instance of `styled.svg` in...