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.
[ forgesworn/sapwood ] fix: silently skip 423 (device busy) instead of logging errors The bridge returns 423 when the serial mutex is held by the relay handler. This is normal during active signing — the next poll cycle retries. No need to surface it as an error in the console.
[ plotsklapps/gymply ] - Bump version to 0.0.4+47 in `pubspec.yaml` and `version.json`. - Updated the APK download URL in `version.json` to point to the new release. - Refactored `_ndk` getter in `NostrService` to use the null-coalescing assignment operator for cleaner lazy initialization.
[ plotsklapps/gymply ] - Renamed `CardioSetBuilder` to `CardioSetCard` and updated its usage in `CardioExerciseScreen`. - Enhanced `updateCardioSet` in `WorkoutService` to automatically update "sticky" input values for distance, intensity, calories, and reps when a set is modified. - Updated `CardioSetCard` to display reps in the set summary label and improved the logic for retrieving sticky values when opening the `CardioSetStatsModal`. - Streamlined set updates in `CardioSetCard` by utilizing the consolidated `updateCardioSet` method.
[ forgesworn/bark ] feat: pass website origin as client label during NIP-46 connect Bark now sends app metadata (name + url) as the third parameter in the NIP-46 connect request. The Heartwood ESP32 can use this to label TOFU policies with the originating website (e.g. "nostrudel.ninja" instead of an anonymous hex pubkey). 16 new tests for appNameFromOrigin and buildConnectMetadata.