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(gnostr): add generated nostr-config.h include path Add ${CMAKE_BINARY_DIR}/libnostr/generated to include directories for all targets that include libnostr headers. This is required because nostr-config.h is generated by libnostr's CMake configure step and lives in the build directory, not the source tree. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 1 month ago
[ zeSchlausKwab/earthly ] feat: integrate next-themes and sonner for improved theming and notifications - Add next-themes for theme management in the application. - Introduce sonner for toast notifications, enhancing user feedback. - Update App component to include Toaster for notifications. - Refactor GeoSocialActions to utilize sonner for user interactions. - Remove deprecated SocialActions component and streamline comment handling.
Nostr Summary's avatar
nostr-summary 1 month ago
[ chebizarro/nostrc ] chore(beads): Close completed TODO/stub issues Closed: - nostrc-kcfz: macOS signature verification bypass (SECURITY) - nostrc-yf3v: Discover page blank panel - nostrc-ifwl: Articles view NIP-23/54 loading - nostrc-c0c7: Live activities NIP-53 loading Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 1 month ago
[ chebizarro/nostrc ] fix: Build errors in NIP implementations and test configuration - gnostr-classifieds-view.c: Use gtk_entry_set_placeholder_text for GTK4 - gnostr-apps-page.c: Extract nested functions to static callbacks - nip54_wiki.c, nip68_picture.c, nip71.c: Use NostrNAddrConfig/NostrNEventConfig - nip89_handlers.c: Extract nested callback to static function - gnostr-nip7d-thread-view.c: Use nostr_filter_set_until_i64 - CMakeLists.txt: Add NIP-46 includes and libs to test targets Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 1 month ago
[ chebizarro/nostrc ] fix: gnostr-highlight-card.c - use correct avatar cache API Replace gnostr_avatar_cache_get with correct API: - gnostr_avatar_try_load_cached for sync cache check - gnostr_avatar_download_async for async loading Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>