[ privkeyio/nostr-bench ] Fix benchmark fairness and update results
[ nostr-dev-kit/ndk ] Fix TDZ race condition in fetchEvent timeout handler (#368) * fix: resolve TDZ race condition in fetchEvent timeout handler The timeout callback on line 1060 could fire before the subscription assignment on line 1065, causing a Temporal Dead Zone error when accessing 's.stop()'. This race condition was discovered when malformed nostr entities triggered the 10-second timeout. Changed s.stop() to s?.stop() to safely handle the case where the
[ 0x80085/nostr-nitter-replybot ] Unit tests (#5) * Unit tests * Create test.yml GH action
[ burned-caroche455/haven-kit ] Update README.md
[ getAlby/hub ] fix: github docker build runs out of space (#1991)
[ kenya12345678/NostrGator ] Update README.md
[ privkeyio/wisp ] Merge pull request #32 from privkeyio/fix-config-parsing Fix config file argument parsing and inline comment handling
[ getAlby/hub ] chore: use encrypted jwt secret (#1988) * chore: use encrypted jwt secret * chore: improve jwt secret unlock test * chore: replace unencrypted jwt secret on unlock * chore: add TODO to remove encrypted JWT secret check after 2027
[ privkeyio/nostr-bench ] Bump version to 0.1.1 and update benchmark results
[ burned-caroche455/haven-kit ] Update README.md