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
724 contributions in the last year
Activity overview
Contribution activity
September 2020
- watilde/node-core-utils JavaScript
Created a pull request in nodejs/node that received 6 comments
test: update wpt tests for encoding
Refs: web-platform-tests/wpt#25542
Checklist
make -j4 test (UNIX), or vcbuild test (Windows) passes
tests and/or benchmarks are included
commit…
+3
−3
•
6
comments
- console: add Symbol.toStringTag property
- lib: use Object static properties from primordials
- fs: use Promise.resolve from primordials
- tools: update ESLint to 7.10.0
- doc: Setting the encoding to hex before piping the hash
- Anonymous functions are replaced by the arrow functions.
- doc: revise introductory child_process text
- [v14.x backport] doc: remove http2 non-link anchor tags
- [v14.x backport] doc: alphabetize error list
- quic: fixed typo in comment
- doc: update AUTHORS list
- doc: revise stability section of values doc
- doc: put release script specifics in details
- stream: move to internal/streams
- doc: remove "end user"
- build: increase API requests allowed when auto closing stalled issues
- doc: fix missing word in dgram.md
- doc: sort repl references in ASCII order
- doc: alphabetize error codes
- doc: add issue labels sections to release guide
- doc: use command-line/command line consistently
- test: improve pummel/test-timers.js
- doc: fix broken link in crypto.md
- doc: update contact info for Ash Cripps
- doc: perform cleanup on security-release-process.md
- Some pull request reviews not shown.
Created an issue in whatwg/url that received 6 comments
Removing trailing C0 control or space at basic URL parser makes difference with override
Steps to reproduce
The below console.log should show the same result. Otherwise: #542 (comment)
const hash = 'test\x00';
const url = new URL(`http:…
6
comments
27
contributions
in private repositories
Sep 2 – Sep 24