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 3 weeks ago
[ zeSchlausKwab/earthly ] feat: add Menubar component and integrate it into the UI - Introduce the Menubar component using @radix-ui/react-menubar for enhanced navigation. - Update bun.lock and package.json to include @radix-ui/react-menubar dependency. - Refactor Toolbar component to incorporate new Menubar functionality. - Adjust SearchBar button variant from default to ghost for improved UI consistency.
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ papiche/Astroport.ONE ] Enhance yt-dlp integration in installation and processing scripts - Added configuration for yt-dlp to utilize Node.js as the JavaScript runtime in the process_youtube.sh script, improving metadata extraction and download capabilities. - Updated install.sh to include a new script for configuring yt-dlp with EJS and Node.js, streamlining the setup process for users.
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ papiche/Astroport.ONE ] Refactor video existence check in uDRIVE to utilize manifest.json - Updated the check_video_exists_in_udrive function to search for videos in the uDRIVE manifest instead of local directories, improving efficiency and accuracy. - Implemented case-insensitive matching for video IDs and titles using jq for better search results. - Added error handling for missing manifest files and jq command availability, enhancing robustness of the function.