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 40 million developers.
Sign up
Pro
Popular repositories
450 contributions in the last year
Contribution activity
November 2019
- mscdex/neo-blessed JavaScript
Created a pull request in nodejs/node that received 2 comments
buffer: fix 6-byte writeUIntBE() range check
Fixes: #30420
CI: https://ci.nodejs.org/job/node-test-pull-request/26530/
Checklist
make -j4 test (UNIX), or vcbuild test (Windows) passes
tests…
+3
−3
•
2
comments
- crypto: expose certificate decoding function
- src,doc: add C++ internals documentation
- util: add filter predicate for inspect
- cli: add --trace-exit cli option
- lib: adding optemisation notes, leaving `var` in place in js_stream_socket.js
- build: add workaround for No module named 'distutils.spawn'
- build: ease DragonFlyBSD build
Created an issue in nodejs/llhttp that received 1 comment
Incorrect handling of folded header values?
In one of the existing llhttp tests (shown at the bottom), it shows llhttp reporting some of the folded whitespace characters as being part of the …
1
comment