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- Clovis, California
- Sign in to view email
- http://jasnell.me
Pinned
2,423 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in nodejs/node that received 17 comments
doc: add warnings about transferring Buffers and ArrayBuffer
See discussion here: #33240
/cc @addaleax @mafintosh @ronag @mcollina
Checklist
make -j4 test (UNIX), or vcbuild test (Windows) passes
documenta…
+46
−0
•
17
comments
- Add stream example
- Remove ESM from limitations
- Server example (performance comparison)
- Bump version to 1.2.0, add example and notes to readme
- Update notes in readme
- Adding support for env, argv, execArgv, and workerData
- Bump to version 1.1.0
- Add example using MessageChannel/MessagePort
- Add .github to .npmignore
- Add resourceLimits support
- Almost ready for 1.0.0
- More docs and samples
- Statistics tracking
- fs: Replace checkPosition with validateInteger
- cli: add `--trace-atomics-wait` flag
- test: add hr-time Web platform tests
- repl: deprecate duplicated repl features
- http: added scheduling option to http agent
- perf_hooks: fix error message for invalid entryTypes
- Add fs multiple constants example
- src: split out callback queue implementation from Environment
- doc: remove AsyncWrap mentions from async_hooks.md
- src: remove unused using declarations in node.cc
- src: clean up large pages code
- n-api: add uint32 test for -1
- src: retrieve binding data from the context
- doc: add warning for socket.connect reuse
- doc: add Uint8Array to `end` and `write`
- module: lazy load 'getOptionValue' in initializeLoader
- doc: fix grammar in buffer.md
- http2: allow explicity setting date headers
- http2: avoid `Object.create(null)` for `Http2ServerRequest.headers`
- doc: clarify about the Node.js-only extensions in perf_hooks
- http: simplify sending header
- src: remove unused v8 Message namespace
- stream: make from read one at a time
- doc: removed unnecessary util imports from vm examples
- wasi: avoid hard crash if start() is never called
- Some pull request reviews not shown.
Created an issue in nodejs/node that received 19 comments
Streams, Buffers, and Worker Threads
There is a bit of undefined grey area when passing a Buffer instance into a stream.Writable: who has ownership responsibility for the Buffer?
See t…
19
comments
13
contributions
in private repositories
May 5 – May 7