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.
[ nostrlabs-io/zap-stream-flutter ] fix: resolve chat bugs and mention overlay positioning - Add event deduplication to prevent duplicate chat messages - Add proper keys to ListView items for stable rendering - Fix mention/emoji autocomplete overlay positioning to appear correctly - Use overlay-relative positioning instead of screen-relative calculation feat: add search functionality - Add search page with text input and results grid
[ getAlby/hub ] feat: claude.md as symlink to agents.md (#2191) * feat: claude.md as symlink to agents.md * fix: use actual symlink for CLAUDE.md instead of include directive Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> ---------
[ 21dev-org/21dev-org ] fix(og): generate OG images for index.astro pages The OG generation script skipped all index.astro files, causing directory-based pages (timeline, tools, tech, etc.) to reference non-existent OG images. Now uses parent directory name as output path.
[ barrydeen/nostrarchives-api ] fix: honor -- no-transaction directive in migration runner (#116) Migrations using CREATE INDEX CONCURRENTLY fail with "cannot run inside a transaction block" because sqlx::raw_sql batches multiple statements into an implicit transaction. Detect the -- no-transaction comment and execute each statement individually on a dedicated connection. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>