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
1,575 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 19 commits in 8 repositories
Created 1 repository
- richardlau/nodejs.dev TypeScript
Created a pull request in nodejs/node that received 10 comments
benchmark: ignore build artifacts for napi addons
Add .gitignore to ignore the build directory in a similar way
to the other addons under benchmark/napi. Checklist
make -j4 test (UNIX), or vcbuil…
Opened 9 other pull requests in 5 repositories
nodejs/node
3
closed
nodeshift/opossum
1
closed
1
merged
nodejs/nodejs.org
2
merged
richardlau/opossum
1
closed
nodejs/nodejs.dev
1
merged
Reviewed 61 pull requests in 10 repositories
nodejs/node 40 pull requests
- v15.3.0 proposal
- tools: use using-declaration consistently
- doc: fix --experimental-wasm-modules text location
- tools,src: bump cpplint.py to 1.5.2
- doc: add missing version to update cmd
- doc: fix punctuation in v8.md
- Inadvertent disclosure
- fix: typo in comment
- deps: update ICU to 68.1
- build: fix typo in Makefile
- doc: remove stray comma in url.md
- tools: only use 2 cores for macos action
- benchmark: fix build warnings
- tools: remove bashisms from license builder script
- [v14.x] doc: remove documentation for stream._construct()
- build: replace which with command -v
- doc: fix invalid link in worker_threads.md
- tools: lint shell scripts
- build: conditionally clear vcinstalldir
- test: fix unreliable test-fs-write-file.js
- doc: claim ABI version for Electron v13
- doc: move shigeki to emeritus
- src: add loop idle time in diagnostic report
- tools: fix config serialization w/ long strings
- Cherry-pick V8 fixes needed for Apple Silicon
- Some pull request reviews not shown.
nodejs/node-core-utils 4 pull requests
nodejs/build 3 pull requests
nodejs/nodejs.org 3 pull requests
libuv/libuv 3 pull requests
nodeshift/nodejs-reference-architecture 2 pull requests
nodejs/node-gyp 2 pull requests
nodejs/github-bot 2 pull requests
nodeshift/opossum-prometheus 1 pull request
nodejs/Release 1 pull request
Created an issue in nodejs/snap that received 4 comments
Node.js 14.15.0 missing from snap repository/store
It looks like the most recent Node.js 14 available on the Snap store is 14.14.0:
This repository contains the commit on the nodejs14 branch to upd…