Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ chebizarro/nostrc ] feat: improve profile fetch reliability with thread-local LMDB transactions and configurable timeouts Implement thread-local transaction caching with 60s reuse window and exponential backoff retry logic (up to 50 attempts) to eliminate LMDB reader slot contention. Add GNOSTR_PROFILE_TIMEOUT_MS environment variable (default 120s) to accommodate slow relays. Fix subscription lifecycle by only closing subscriptions after EOSE receipt, preventing premature cleanup that causes EOSE_LATE errors. Remove
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ purrgrammer/grimoire ] feat(RichText): extend parser with custom options and NIP reference support (#50) * feat(RichText): extend parser with custom options and NIP reference support - Add nipReferences transformer to parse NIP-xx patterns (e.g., NIP-01, nip-19) - Create Nip component that renders NIP references as clickable links opening Grimoire's NIP viewer - Expose parserOptions prop for customizing transformers, maxLength, and cacheKey - Add expand/collapse functionality for truncated content with "Show more" button - Include NIP transformer in default transformer pipeline - Add comprehensive tests for NIP pattern matching and normalization
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ purrgrammer/grimoire ] feat: Add Zapstore app and app curation set renderers (#49) * feat: Add Zapstore app and app curation set renderers Add support for rendering Zapstore app-related Nostr events: - Kind 32267 (App Metadata): Display app details, icon, platforms, screenshots - Kind 30267 (App Curation Set): Display curated app collections New files: - src/lib/zapstore-helpers.ts: Helper functions for extracting app metadata
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ derekross/plektos ] feat: add share event dialog with preview and editable message - Add ShareEventDialog component with event thumbnail preview - Allow users to edit share message before posting - Replace auto-share with dialog trigger in EventDetail - Fix useless try/catch in useZap.ts - Remove unused isAuthorsLoading in Home.tsx - Exclude Android build directories from ESLint Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>