Highlights
- Arctic Code Vault Contributor
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 up
Pinned
4,952 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in nodejs/node that received 6 comments
module: handle Top-Level Await non-fulfills better
Handle situations in which the main Promise from a TLA module
is not fulfilled better:
When not resolving the Promise at all, set a non-zero exit …
+111
−14
•
6
comments
- test: skip node-api/test_worker_terminate_finalization
- doc: alias UInt ➡️ Uint in buffer methods
- test: fix test_worker_terminate_finalization
- benchmark: update function_args addon code
- worker: fix --abort-on-uncaught-exception handling
- doc: fix headings in quic.md
- test: use process.env.PYTHON to spawn python
- test: modernize test-cluster-master-error
- deps: V8: cherry-pick e06ace6b5cdb
- n-api: fix use-after-free with napi_remove_async_cleanup_hook
- quic: refactor QuicSession stats and use net.BlockList
- build: add CODEOWNERS linter action
- meta: add TSC as owner of governance-related docs
- meta: reduce 7 day rule to 4 days (96 hours)
- test: remove error message checking in test-worker-init-failure
- build: implement a Commit Queue in Actions
- net: introduce net.BlockList
- quic: fixup `setSocket` support
- quic: multiple TODO cleanups
- build: use pull_request_target to start Jenkins
- doc: add HPE_UNEXPECTED_CONTENT_LENGTH error description
- doc: use semantically appropriate tag for lines
- quic: prefer modernize-make-unique
- add: benchmark script for resourceUsage
- src: remove redundant else block
- src: prefer uv_gettimeofday over gettimeofday(2)
- lib: use full URL to GitHub issues in comments
- src: refactor code to remove duplicate logic
- http2: allow Host in HTTP/2 requests
- src: set SA_SIGINFO flag when using sa_sigaction
- async_hooks: avoid GC tracking of AsyncResource in ALS
- crypto: add randomInt function
- build: run CI on release branches
- doc,napi: N-API environment life cycle APIs are stable
- doc: harden policy around objections
- Some pull request reviews not shown.
Created an issue in nodejs/node-core-utils that received 2 comments
Fixes: and Refs: tags are pulled from PR description
git node land seems to think that any Fixes: and Refs: tags it finds apply to all commits in a pull request. That’s unhelpful when there’s multiple…
2
comments