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
Popular repositories
515 contributions in the last year
Contribution activity
October 2020
Created a pull request in open-telemetry/opentelemetry-js that received 2 comments
fix: make TraceState immutable
Which problem is this PR solving? Spec requires that TraceState is immutable. Fixes: #1596 Short description of the changes Adapt TraceState API to…
- path: add `path/posix` and `path/win32` alias modules
- worker: add eventLoopUtilization()
- n-api: napi_make_callback emit async init event with resource of async_context
- doc: fix unit of size argument of readable.read
- test: update url test for win
- deps: V8: cherry-pick 3176bfd447a9
- doc: fix REPLACEME typo
- lib: fix readFile flag option
- doc: add documentation for starting ci job via label
- doc: improve SIGINT error text
- test: do not use the same EventEmitter instance
- lib: change http client path assignment
- lib: create diagnostics_channel module
- src: make MakeCallback() check can_call_into_js before getting method
- types/node: Remove function `AsyncLocalStorage.runSyncAndReturn()` not available in Node v12
- Fix typo in @types/node for tls.connect options when using PSK
- [node] v12.19.0 released
- node: Changed confusing argument name of listenerCount
- [node] Remove string return type from Socket.address()
- fix(node): use non-deprecated stream names for REPLServer
- [node] Add deprecation messages for `punycode` module
- [node] Update `worker_threads` module
Created an issue in open-telemetry/opentelemetry-js that received 9 comments
TraceState is mutated instead returning a new TraceState
According to spec TraceState should be immutable and all mutating operations MUST return a new TraceState.
The actual implementation of e.g. set m…

