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,863 contributions in the last year
Activity overview
Contribution activity
October 2020
- addaleax/gyp-parser JavaScript
Created a pull request in nodejs/node that received 9 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…
- 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
- 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
- doc: improve SIGINT error text
- test: do not use the same EventEmitter instance
- Require statement and comment is added in the v8.getheapsnapshot() example
- doc: document Buffer.concat may use internal pool
- doc: use sentence case for class property
- doc: memory set statement modified to set size
- modules: add setter for module.parent
- build: improved release lint error message
- doc: fix util.inspect history
- src: expose v8::Isolate setup callbacks
- src: mark/pop OpenSSL errors in NewRootCertStore
- doc modified with print statement
- tools: edit cpplint.py
- src: remove asyncwrapobject
- deps: upgrade npm to 7.0.0-rc.3
- src: more crypto cleanup
- src: fix freeing unintialized pointer bug in ParseSoaReply
- lib: more global primordials
- doc: improve kbd element rendering
- src: minor error cleanups
- src: add check against non-weak BaseObjects at process exit
- crypto: refactor crypto subsystem and introduce WebCrypto API
- test: add ALPNProtocols option to clientOptions
- doc,crypto: added sign/verify method changes about dsaEncoding
- Feature/dns caa
- Some pull request reviews not shown.
- 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…