Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Security Bug Bounty Hunter
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
2,240 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 138 commits in 19 repositories
Created 4 repositories
Created a pull request in puppeteer/puppeteer that received 3 comments
docs(contributing): remove npm dist tags requirement
The npm dist tags are not worth the hassle, and are arguably harmful to the Web. Developers should feel encouraged to always test the latest availa…
Opened 16 other pull requests in 8 repositories
puppeteer/puppeteer
1
open
4
merged
v8/v8.dev
2
merged
1
open
google/clusterfuzz
2
merged
google/WebFundamentals
2
merged
h5bp/html5-boilerplate
1
open
littledan/html
1
merged
GoogleChrome/web.dev
1
merged
alex/nyt-2020-election-scraper
1
merged
Reviewed 31 pull requests in 12 repositories
puppeteer/puppeteer 12 pull requests
- test: use sourcemaps in unit tests
- fix: do not use old utility world
- fix: `https-proxy-agent@^5.0.0` to fix node@15 `ERR_INVALID_PROTOCOL`
- chore: automate version bumps
- feat: support promise as return value for page.waitForResponse predicate
- Fix misleading "seconds" for waitForTimeout
- docs(troubleshooting): update dumb-init version
- chore: remove redundant run config for depend-prah
- chore: shorter node checker function
- fix(common): fix generic type of `_isClosedPromise`
- chore: mark launcher spec as failing on Windows
- fix(domworld): fix missing binding for waittasks
google/WebFundamentals 7 pull requests
- [devtools-blog] Attempt to fix deployment
- [devtools-blog] Simulate CVD in the Blink Renderer
- Support webp and avif image formats in WebFu
- [devtools] What's New In DevTools (Chrome 88)
- [devtools] Add CSS <angle> guide
- [devtools] Add Style pane <angle> keyboard shortcuts
- [devtools-blog] Puppetaria - Johan
tc39/notes 3 pull requests
google/clusterfuzz 1 pull request
web-platform-tests/rfcs 1 pull request
littledan/html 1 pull request
web-platform-tests/wpt 1 pull request
whatwg/html 1 pull request
GoogleChromeLabs/jsvu 1 pull request
v8/v8.dev 1 pull request
puppeteer/recorder 1 pull request
mathiasbynens/regenerate 1 pull request
Created an issue in mathiasbynens/proposal-regexp-set-notation that received 5 comments
Backwards-compatible syntax
We could require the u flag (which we would do anyway) and then use \UnicodeSet{…} to introduce new syntax in a backwards-compatible manner, since \U…

