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,833 contributions in the last year
Activity overview
Contribution activity
October 2020
- addaleax/gyp-parser JavaScript
Created a pull request in nodejs/node that received 10 comments
lib: add EventTarget-related browser globals
worker: make MessageEvent class more Web-compatible lib: add EventTarget-related browser globals Add Event EventTarget MessagePort MessageChannel M…
- chore: ignore lib/ directories in .nycrc
- MONGOSH-248 - Run java-shell tests as part of the test suite
- chore: clean up color/tty handling core in cli-repl
- chore: try to run browser-repl tests in CI
- MONGOSH-269 - Add nyc for test coverage
- fix: guard against double print from console.log()
- chore: remove `value` from `ShellResult`
- WIP - Add passwordPrompt() support for the CLI
- Make saslprep bundle-able
- MONGOSH-237 - Allow custom print/printjson for individual platforms
- fix: account for case-sensitive filesystems in java-shell tests
- chore: clean up ShellResult usage
- chore: switch node-codesign to official package
- MONGOSH-376 - Include metadata about data source in result
- MONGOSH-354 - Validate ISODate input
- deps: V8: cherry-pick 3176bfd447a9
- test: refactor test-cluster-master-error to be more resilient
- src: add embedding helpers to reduce boilerplate code
- src: fix compiler warning in env.cc
- cli: add --node-memory-debug option
- src: limit GetProcessTitle() result to 1MB
- tools: add missing uv_setup_argv() calls
- src: add check against non-weak BaseObjects at process exit
- http2,tls: store WriteWrap using BaseObjectPtr
- fs: do not throw exception after creating FSReqCallback
- src: add maybe versions of EmitExit and EmitBeforeExit
- src: remove invalid ToLocalChecked in EmitBeforeExit
- crypto: fix KeyObject garbage collection
- doc: fix _construct example params order
- http2: move events to the JSStreamSocket
- doc: remove stability warning in v8 module doc
- configure.py: upgrade from optparse to argparse
- crypto: fix regression on randomFillSync
- build: enable ASLR (PIE) on OS X
- http2: remove unsupported %.* specifier
- worker: add eventLoopUtilization()
- fix: zlib inlining failed fix for IA-32
- Fix typo in zlib.gyp that break arm-fpu-neon build
- http2: reinject data received before http2 is attached
- fix: ftruncate for negative and maximum values
- src: add embedding helpers to reduce boilerplate code
- Rephrasing process.initgroups() API docs property in process.md
- Insert a new line to the API docs property in process.md
- report: honor setUncaughtExceptionCaptureCallback
- Modify API docs in process.md
- doc: use kbd element in process doc
- Add a statement in the string_decoder.md
- Reforming process.ppid API docs property in the process.md
- doc: document rmdir/recursive deprecation
- inspector: do not hardcode Debugger.CallFrameId in tests
- doc: improve SIGINT error text
- test: do not use the same EventEmitter instance
- Require statement and comment is added in the v8.getheapsnapshot() example
- Some pull request reviews not shown.
- fix(shell-api): MONGOSH-381 update ServerVersions enum to include 4.4.1
- chore(cli-repl): MONGOSH-377 separate out autocompleter into its own lerna package
- chore: Add CentOS / SUSE / Amazon Linux for rpm in download center
- MONGOSH-384 - e2e sh tests
- MONGOSH-383 - e2e repl tests
- chore: bump node codesign to a version not using electron-installer-run
- MONGOSH-360 - Replica set management
- MONGOSH-357 - Add replica set members
- MONGOSH-249: Use a team Apple ID for notarization
- MONGOSH-366 - Balancer methods
- MONGOSH-359 - Replica set status methods
- MONGOSH-367 - Chunk management methods [rebased]
- MONGOSH-365 - Remove shard/tag methods
- Remove pkg; Add saslprep; compile-ts before exec
- First go at parallelizing sh.status
- MONGOSH-369 - DB/Coll sharding methods
- MONGOSH-364 - Add shard tag/zone methods
Created an issue in nodejs/node that received 3 comments
Expose EventTarget and Event by default?
I think it might make sense to expose the EventTarget and Event classes on the global object. We usually do this in semver-major changes only, so i…