- 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,129 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 36 commits in 13 repositories
Created 12 repositories
- tniessen/checkstyle Java
- tniessen/vscode-gitlens TypeScript
- tniessen/vite TypeScript
- tniessen/core-validate-commit JavaScript
- tniessen/vscode-docs CSS
- tniessen/proposal-pattern-matching HTML
- tniessen/json-c C
- tniessen/libp2p-docs CSS
- tniessen/ws JavaScript
- tniessen/cloudflare-docs JavaScript
- tniessen/jsoncons C++
- tniessen/manual
Created a pull request in nodejs/node that received 15 comments
crypto: remove checkIP options argument
None of the supported options have any effect on X509_check_ip_asc.
(iPAddress is not a typo, it is what RFC 5280 calls subject alternative names t…
Opened 47 other pull requests in 14 repositories
nodejs/node
2
open
9
merged
17
closed
- doc: avoid incomplete sentence in cluster docs
- tools: use Set instead of { [key]: true } object
-
tools: use Set instead of
{ [key]: true }object - doc: remove unadvisable cluster example
- tools: fix typo in tools/code_cache/README.md
- doc: improve TLS/SSL introduction
- test: fix typo in test-stream-toArray
- doc: modernize and simplify cluster example
- doc: add missing word in cluster.workers details
- doc: fix deprecated alias description in cluster
- doc: suggest worker threads in cluster docs
- doc: fix backticks around 'default'
- crypto: change default check(Host|Email) behavior
- crypto: remove wildcard options for checkEmail
- doc: move Mesteery to collaborators
- test: fix typo in test_js_native_api_v8
- doc: use sentence case for Web Crypto headers
- crypto: support RFC 2818 compatible checkHost
- tls: represent registeredID numerically always
- doc: make Web Crypto example spec compliant
- doc: do not reference SSL when discussing SNI
- doc: improve Web Crypto headings related to ECC
- doc: remove statement about (EC)DHE performance
- doc: remove statement about client private keys
- src: gracefully handle errors in GetX509NameObject
- Some pull requests not shown.
cloudflare/cloudflare-docs
4
merged
denoland/manual
2
merged
vitejs/vite
2
merged
nodejs/core-validate-commit
2
merged
checkstyle/checkstyle
1
open
openssl/openssl
1
closed
gitkraken/vscode-gitlens
1
open
microsoft/vscode-docs
1
merged
tc39/proposal-pattern-matching
1
merged
json-c/json-c
1
merged
typescript-eslint/typescript-eslint
1
merged
libp2p/docs
1
merged
websockets/ws
1
merged
Reviewed 77 pull requests in 5 repositories
nodejs/node
62 pull requests
-
doc: fix typo in
technical-priorities.md - test: replace commented out expectations with tests
- test: remove error allowance in debugger test
- doc: add 16 and 17 to previous versions
- tools: update lint-md-dependencies to rollup@2.65.0
- doc: clarify paramater for napi_get_cb_info
- doc: suggest worker threads in cluster docs
- tools,test,lib: enable no-cond-assign ESLint rule
- crypto: change default check(Host|Email) behavior
-
doc: improve
'hex'Buffer decoding description and examples - doc: fix cjs example code for process.arch
- process: remove _getActiveHandles and _getActiveRequests
- doc: simplify readline/stdin text
- doc: simplify util.TextDecoder example
- build: fix npm version detection
- crypto: remove checkIP options argument
- test: improve util-format code coverage
- crypto: adjust types for getRandomValues
- tools: bump eslint from 8.6.0 to 8.7.0
- build: fix libuv builds for android aarch64
- v17.4.0 release proposal
- doc: improve Web Crypto headings related to ECC
- benchmark: remove unreachable code from crypto/hash-stream-creation
- stream: avoid function call where possible
- test: add coverage for util.inspect()
- Some pull request reviews not shown.
nodejs/nodejs.org
8 pull requests
nodejs/TSC
4 pull requests
nodejs/security-wg
2 pull requests
openssl/openssl
1 pull request
Created an issue in nodejs/node-core-utils that received 4 comments
"git node land" hides co-authored-by trailers
The original commit message in nodejs/node#41490 was:
commit f042c61749a34565ab57b5ed5f7c89ab9e894494
Author: Tobias Nießen <tniessen@tnie.de>
Date…