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,866 contributions in the last year
Activity overview
Contribution activity
October 2020
- Trott/slugify JavaScript
Created a pull request in nodejs/node that received 8 comments
doc: adopt MDN style for kbd elements
Before: After: The previous "After" version" After: commit message follows commit guidelines
- doc: alphabetize v8 module entries
- doc: use kbd element in readline doc prose
- tools,src,test: bump cpplint to 1.5.0
- doc: fix YAML lint error on master
- doc: use kbd element in readline doc
- doc: improve text for breakOnSigint
- doc: fix stability indicator in webcrypto doc
- tools: bump remark-lint-preset-node to 1.17.1
- doc: use kbd element in os doc
- fs: remove unused assignment
- doc: improve recursive rmdir() deprecation text
- doc: use kbd element in tty doc
- doc: clarify experimental API elements in vm.md
- doc: use kbd element in process doc
- tools: bump cpplint.py from 1.4.4 to 1.4.6
- doc: remove "Synchronously" for fsPromises.rm()
- doc: improve SIGINT error text
- doc: use sentence case for class property
- tools: edit cpplint.py
- doc: edit fs.md for minor style changes
- doc: improve kbd element rendering
- tools,test: enable multiline-comment-style rule in tests
- tools,doc: fix broken link in module.html
- fix: add Œ/œ
- chore: add Node.js 15.x to test matrix
- chore: remove symbols
- chore: fix formatting in changelog
- fix: correct errors in code samples
- fix: add ة،ء missing Arabic characters (#1)
- chore: remove unnecessary devDependency
- feat: add support for React Native
- chore: update package-lock.json
- chore: add semantic-release/npm plugin
- chore: fix path for CHANGELOG in semantic-release config
- chore: fix typo in package.json release configuration
- chore: add semver-release changelog generation
- chore: add workflow for semantic-release
- fix: reset() should reset all multicharmap defaults
- chore: add Node.js 15.x to test matrix
- chore: bump standard from 14.3.4 to 15.0.0
- chore: modify test for linter update
- chore: remove unnecessary entry from package.json
- chore: add semantic-release workflow
- chore: implement semantic-release
- chore: make minor updates for possible TypeScript future
- chore: prepare index.js for possible TypeScript conversion
- doc: document changes for `*/promises` alias modules
- add a example code to API doc property in process.md
- doc: update package.json field definitions
- stabilize packages features
- deps: update to cjs-module-lexer@0.4.3
- modules: runtime deprecate subpath folder mappings
- src: use MaybeLocal.ToLocal instead of IsEmpty
- doc,esm: document experimental warning removal
- deps: V8: backport 4263f8a5e8e0
- add a subsystems header in pull-requests.md
- deps: upgrade npm to 7.0.3
- lib: fix duplicate logic in stream destroy
- lib: fix stream as context is redundant
- deps: V8: set correct V8 version patch number
- v15.0.1 proposal
- Add a header in BUILDING.md
- ci(automation): automatically update licenses weekly / on-demand
- doc: move all TLS-PSK documentation to its section
- path: add `path/posix` and `path/win32` alias modules
- util: add `util/types` alias module
- doc: recommend test-doc instead of lint-md
- build: use make functions instead of echo
- build: do not pass mode option to test-v8 command
- http2: remove unsupported %.* specifier
- test: add windows and c++ coverage
- Some pull request reviews not shown.
Created an issue in nodejs/node that received 6 comments
fs: inconsistent options treatment between rm() and rmdir()
Version: 14.14.0 and 15.0.0-pre (master branch)
Platform: macOS
Subsystem: fs
What steps will reproduce the bug?
Use /dev/null as the path like …