Highlights
Pinned
884 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 14 commits in 10 repositories
Created 6 repositories
- tniessen/cli Go
- tniessen/webhook Python
- tniessen/docs SCSS
- tniessen/proposal-iterator-helpers HTML
- tniessen/flatcc C
- tniessen/nanopb C
Created a pull request in nodejs/node that received 6 comments
lib: rename TransferedReadableStream etc.
This does change some error messages, but, since it's an experimental module, that probably does not make it semver-major. I can move those changes…
+28
−28
•
6
comments
Opened 11 other pull requests in 9 repositories
nodejs/node
2
closed
nanopb/nanopb
2
merged
cli/cli
1
merged
gabfl/webhook
1
open
prometheus/docs
1
merged
tc39/proposal-iterator-helpers
1
merged
nodejs/node-core-utils
1
merged
dvidelabs/flatcc
1
merged
FreeRTOS/FreeRTOS-Kernel
1
merged
Reviewed 68 pull requests in 3 repositories
nodejs/node 64 pull requests
- meta: move gdams to emeritus
- lib: use validator
- deps: upgrade to libuv 1.42.0
- meta: update email address for collaborator
- meta: remove unneeded .mailmap entry
- doc(async-hooks): correct cjs code to match mjs code
- meta: update collaborator email in README
- doc: move lball@redhat.com to emeritus
- meta: align email address in README/.mailmap/AUTHORS
- stream: fix toWeb typo
- doc: update strategic initiative champion
-
build: fix
host_arch_cc()for AIX/IBM i - test: fix WASI link test
- tools: flag README/mailmap mismatches in find-inactive-collaborators
- meta: align collaborator email in .mailmap/AUTHORS with README
- stream: call done() in consistent fashion
- fs: check closing_ in FileHandle::Close
-
src: add cosmetic space character to
async_wrap.hfile - src: print native module id on native module not found
- deps: bump HdrHistogram_C to 0.11.2
- build: cache python exec path on configure
- crypto: support Big(U)Int64Array in getRandomValues
- src: close HandleWraps instead of deleting them in OnGCCollect()
- tools,doc: fix email matching to be case-insensitive, simplify .mailmap
- meta: add .mailmap entry for new email for existing contributor
- Some pull request reviews not shown.
nodejs/TSC 3 pull requests
w3c/webcrypto 1 pull request
Created an issue in nodejs/node that received 4 comments
hkdf API is inconsistent with other supported KDFs
Node.js supports three KDFs: const password = '123'; const salt = '123'; const keyLength = 10; const digest = 'sha256'; const iterations = 1000; const
4
comments