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,953 contributions in the last year
Activity overview
Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1 repository not shown
-
Trott/trott-card
JavaScript
•
Built by
- 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,test: update v8 method doc and comment
- doc: consolidate and clarify breakOnSigInt text
- doc: remove stability warning in v8 module doc
- 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
- Some pull requests not shown.
- 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
- tools: update ESLint to 7.12.0
- Revert "src: ignore GCC -Wcast-function-type for v8.h"
- http2: move events to the JSStreamSocket
- test: add upstream test cases to urlsearchparams
- test: add upstream test cases to encoding
- Update fs.md (minor indentation issue in /doc)
- deps: update acorn to v8.0.4
- doc: fix _construct example params order
- doc: document changes for `*/promises` alias modules
- async_hooks: fix leak in AsyncLocalStorage exit
- n-api: revert change to finalisation
- doc: mark ECMAScript modules implementation as stable
- doc: fix a typo in CHANGELOG_V12
- doc: add missing link in Node.js 14 Changelog
- test: refactor coverage logic
- doc: mark optional parameters in timers.md
- src: remove ignore GCC -Wcast-function-type for v8
- fix(35353) Added feature updateSettings for http2 SecureServer and Server
- 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
- Some pull request reviews not shown.
- build(deps): bump postcss from 8.1.2 to 8.1.3
- build(deps): bump marked from 1.2.0 to 1.2.2
- build(deps): bump postcss from 8.1.0 to 8.1.2
- Create Dependabot config file
- Improve documentation
- build(deps): bump sass from 1.26.12 to 1.27.0
- Add Package Maintenance WG
- build(deps): bump sass from 1.26.11 to 1.26.12
- minor typo
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 …