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
[ papiche/UPassport ] Improve error logging in check_society_route function: Update logging to include both stdout and stderr outputs when JSON parsing fails, enhancing debugging capabilities and providing clearer insights into script execution issues.
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ papiche/Astroport.ONE ] Refactor error notification handling in youtube.com.sh - Streamlined error instructions formatting for better HTML output consistency. - Replaced sed with awk for multi-line replacement in email template generation, improving handling of special characters and newlines. - Added checks for template file existence and generated email file size to enhance error handling and logging. - Implemented a fallback mechanism for email generation if the template processing fails.
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ psic4t/nospeak ] feat(messaging): add dim and blurhash tags to Kind 15 file messages Extract image/video dimensions and compute blurhash before sending Kind 15 file messages to eliminate layout shift when media loads lazily. Includes NIP-94 compatible dim and blurhash tags, blurhash canvas placeholder rendering, and receive-side parsing.
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ papiche/Astroport.ONE ] Update installation and setup scripts to include UFW and adjust sudoers configuration - Added UFW to the list of packages installed in install.sh for enhanced firewall management. - Updated setup.sh to include UFW in the list of binaries for sudoers configuration, ensuring proper permissions. - Modified sudoers entry in setup.sh to reflect user changes from "xbian" to "core". - Cleaned up uninstall.sh to remove UFW and powerjoular from sudoers during uninstallation.
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ zapcooking/frontend ] Fix Branta verification race condition Await registerWithBranta before setting payment string to ensure registration completes before badge tries to verify. Fixes Lightning invoices and addresses showing grey badge instead of green.