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/Astroport.ONE ] Enhance installation scripts for UPassport API - Activated virtual environment in install_upassport.sh to ensure dependencies are available for key generation. - Added 'duniterpy' to the list of Python packages in install.sh for improved functionality. - Improved error handling in my.sh to prevent issues when the IPFS configuration file is missing or invalid.
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ CodyTseng/jumble ] fix: allow multiple YouTube embeds to render in a single note Two issues prevented multiple YouTube URLs from rendering: 1. YOUTUBE_URL_REGEX and X_URL_REGEX had the global flag, causing stateful lastIndex to skip matches on alternating calls. 2. Each YouTube Player overwrote window.onYouTubeIframeAPIReady, so only the last mounted player received the callback. Replace with a shared callback queue via ensureYTApi().