[ 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.
[ 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().