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.
[ koteitan/warawo ] v0.1.4/Fix relay filter size limit and improve batch processing - Reduce BATCH_SIZE_AUTHORS to 5 to avoid relay filter size limits (yabu.me and other relays silently fail with >5 authors in filter) - Remove timeout-based batch progression, start next batch on complete - Add more bootstrap relays (relay.nostr.band, nos.lol, nostr.wine) - Add debug logging for batch processing and filter inspection - Add isLoadingRef to prevent React StrictMode double-call issues Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 2 hours ago
[ purrgrammer/grimoire ] Make chat composer more compact (#68) * ui: make chat composer more compact - Reduce input and button height from 2.5rem to 1.75rem (h-7) - Reduce padding from px-3 py-1.5 to px-2 py-1 - Use text-sm for consistent sizing with chat messages - Make Send button smaller with text-xs and smaller icon - Tighten gap between input and button
Nostr Summary's avatar
nostr-summary 3 hours ago
[ koteitan/warawo ] v0.1.2/Fix relay comparison bug and add failure retry limit - Normalize relay URLs before comparing coverage (fix yabu.me:N bug) - Skip relays that fail 3+ times to reduce connection errors - Filter out local relays (127.0.0.1, localhost, 192.168.*, 10.*) - Use createRxBackwardReq for fetching existing events instead of forward - Add dump() debug function to console for analysis output