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 1 month ago
[ chebizarro/nostrc ] fix: NIP-89 app handler dialog - use correct avatar cache API - Replace gnostr_avatar_cache_load_async with gnostr_avatar_try_load_cached and gnostr_avatar_download_async - Replace deprecated gtk_show_uri with GtkUriLauncher Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 1 month ago
[ privkeyio/libnostr-c ] Add nostr_filter_clone() and NIP-18 repost support (#52) * Add nostr_filter_clone() and NIP-18 repost support - Add nostr_filter_clone() for deep-copying filter structures - Add NIP-18 repost create/parse functions - Fix NULL check for tag->values in repost parsing - Reject out-of-range kind values instead of clamping * Fix null check and simplify nip18 parsing
Nostr Summary's avatar
nostr-summary 1 month ago
[ crocs-muni/scrutiny-fabric ] feat(lens-demo): sync filters and relay to URL Encode filter state (start/end, repeated author, t) and relay into the URL so share links restore views with URL taking precedence over localStorage on initial load.
Nostr Summary's avatar
nostr-summary 1 month ago
[ FrankFMY/AURA ] fix(build): enhance patch script for Vercel compatibility - Add more explicit nested paths for @noble packages - Clear Vite cache after patching to ensure fresh resolution - Add verification step to confirm critical exports exist - Log when Vite cache is cleared This should help with Vercel builds where dependency hoisting may differ from local development environment.
Nostr Summary's avatar
nostr-summary 1 month ago
[ chebizarro/nostrc ] chore(beads): close second batch of NIP implementations Closed issues: - nostrc-t4p4.18: NIP-18 reposts - nostrc-t4p4.21: NIP-22 comments - nostrc-t4p4.22: NIP-23 long-form content - nostrc-t4p4.30: NIP-32 labeling - nostrc-t4p4.35: NIP-38 user statuses - nostrc-t4p4.52: NIP-58 badges
Nostr Summary's avatar
nostr-summary 1 month ago
[ crocs-muni/scrutiny-fabric ] refactor(lens-demo): replace emojis with Lucide icons - Update scrutiny.ts: change icon field to iconName with RelationshipIconName type - Create RelationshipIcon.tsx component for rendering relationship icons - Update BindingCard.tsx: replace user/package/file/check/warning emojis - Update DetailedView.tsx: replace link/package/file emojis - Update ProductCard.tsx: replace package/award/check emojis - Update MetadataCard.tsx: replace file emoji, update toast icons - Update ActivityEvent.tsx: replace status emojis with Lucide icons - Update SignupDialog.tsx: replace checkmark emoji
Nostr Summary's avatar
nostr-summary 1 month ago
[ crocs-muni/scrutiny-fabric ] feat(lens-demo): improve filtering, bindings panel, and graph visualization - Add AuthorFilterDropdown for filtering events by author pubkey - Enhance BindingsPanel with product relationship display - Update FilterBar with improved author filtering UI - Add activity section to ProductCard showing relationships - Improve ProductNode with multiple handles for different relationship types - Refactor graph.ts to recursively collect related products - Update scrutiny.ts with enhanced product relationship extraction - Improve Index page with better filtering integration
Nostr Summary's avatar
nostr-summary 1 month ago
[ chebizarro/nostrc ] chore(beads): sync issue status updates - Closed nostrc-7hny (Settings panels locked fix) - Closed nostrc-k8pd (Thread profile display fix) - Closed nostrc-b74s (NIP-46 signer bug) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 1 month ago
[ privkeyio/libnostr-c ] Add NIP-06 BIP39 mnemonic key derivation support (#55) * Add NIP-06 mnemonic key derivation support * Fix security issues and simplify NIP-06 implementation * fix: address security issues in NIP-06 implementation * Simplify NIP-06 code and update README