- Germany
- https://tniessen.me
- @tniessen_
Highlights
Block or Report
Block or report tniessen
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
littlefs-disk-img-viewer Public
Memory-efficient web application for viewing littlefs disk images in a web browser.
-
node-mceliece-nist Public
Node.js bindings for the reference implementation of the Classic McEliece KEM.
-
node-synchronous-channel Public
Synchronous message channel for inter-thread communication
JavaScript 2
-
loop-while-goto Public
Web-based interpreter for the LOOP, WHILE, and GOTO programming languages
JavaScript
1,355 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 21 commits in 3 repositories
Created a pull request in nodejs/node that received 22 comments
doc: use ASCII apostrophes consistently
We can use non-ASCII apostrophes, but we should be consistent. Because the vast majority of apostrophes in our docs is ASCII, this changes the few …
Opened 23 other pull requests in 5 repositories
nodejs/node
3
open
16
merged
- doc: use serial comma in dgram docs
- doc: use serial comma in process docs
- src: make SecureContext fields private
- src: refactor GetCipherValue and related functions
- src: reuse GetServerName
- doc: use serial comma in assert docs
- doc: use serial comma in dns docs
- src: remove SecureContext::operator*
- src: fix static analysis warning and use smart ptr
- doc: use serial comma in events docs
- doc: use serial comma in fs docs
- doc: use serial comma in modules docs
- doc: use serial comma in util docs
- doc: use serial comma in buffer docs
- doc: use serial comma in http docs
- doc: use serial comma in tls docs
- lib: move WebAssembly Web API into separate file
- doc: use serial comma in cluster docs
- lib,test: enable wasm/webapi/empty-body WPT
capnproto/capnproto
1
merged
cloudflare/cloudflare-docs
1
open
nodejs/node-core-utils
1
open
wintercg/proposal-webcrypto-streams
1
merged
Reviewed 39 pull requests in 2 repositories
nodejs/node
25 pull requests
- test: use mustSucceed instead of mustCall with assert.ifError
- meta: move one or more collaborators to emeritus
- doc: make minor adjustments
- tools: update lint-md-dependencies to rollup@2.74.1
- tools: update eslint to 8.16.0
- events: add null check for the signal of EventTarget
- meta: add mailmap entry for legendecas
- assert: add new callTracker.callsWith function
- meta: add mailmap entry for npm team
- async_hooks: faster AsyncResource#bind()
- deps: patch V8 to 10.2.154.4
- doc: remove outdated footnote (Python 2 --> 3 for V8 tests)
- doc: use ASCII apostrophes consistently
-
test: fix dangerous .map in
test/parallel/test-http-set-trailers.js
- build: temp disable windows-2022
-
doc: improve callback params for
fs.mkdir
- v14.19.3 proposal
- fs: remove unnecessary ?? operator
- deps: update undici to 5.2.0
- deps: upgrade npm to 8.10.0
- doc: add strategic initiative for shadow realm
- deps: fix llhttp version number
- meta: update .mailmap for recent README name change
- doc: add the preferred name for @himself65
- tools: update eslint to 8.15.0
- Some pull request reviews not shown.
nodejs/node-core-utils
2 pull requests
Created an issue in nodejs/build that received 5 comments
Caching more build artifacts (e.g., all of V8)
I wonder if we should be trying to cache more build artifacts. (And if there is a tracking issue for this somewhere already, please feel free to cl…