Highlights
Pinned
821 contributions in the last year
Less
More
Activity overview
Contribution activity
June 2021
Created 4 repositories
- tniessen/littlefs-disk-img-viewer JavaScript
- tniessen/littlefs C
- tniessen/loop-while-goto JavaScript
- tniessen/got TypeScript
Created a pull request in littlefs-project/littlefs that received 3 comments
Fix compiler warnings when LFS_READONLY defined
Without this patch, when defining LFS_READONLY:
littlefs/lfs.c:14:20: warning: unused function 'lfs_cache_drop' [-Wunused-function]
static inline v…
+13
−0
•
3
comments
Opened 4 other pull requests in 3 repositories
littlefs-project/littlefs
1
open
1
merged
nodejs/node
1
closed
sindresorhus/got
1
merged
Reviewed 14 pull requests in 1 repository
nodejs/node 14 pull requests
- doc: fix napi_default_property name
- crypto: use compatible ecdh function
- fix typo ( compability → compatibility )
- doc: remove references to deleted freenode channels
- src,crypto: fix 0-length output crash in webcrypto
- crypto: fix aes crash when tag length too small
- crypto: expose OPENSSL_IS_BORINGSSL constant
- crypto: fix label cast in EVP_PKEY_CTX_set0_rsa_oaep_label
- crypto: use EVP_get_cipherbynid directly
- doc: fix .mjs syntax in crypto.md
- doc: mark util.inherits as legacy
- src: add not-weak DCHECK to PersistentToLocal::Strong
- doc: mark Node.js v15.x as EOL
- fixed typo in documentation (n-api.md)