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
[ FrankFMY/AURA ] fix: Service Worker types and implement offline sync TypeScript Fixes: - Add proper SyncEvent and ExtendedNotificationOptions types - Fix 'actions' property type in NotificationOptions - Fix 'tag' and 'waitUntil' property access on Event Offline Sync Implementation: - Add processOutbox() method to EventPublisher - Listen for SYNC_OUTBOX messages from Service Worker
Nostr Summary's avatar
nostr-summary 2 weeks ago
[ ContextVM/wotrlay ] fix(rank): adjust timeouts for rank refresh and response fetching Increase rank refresh timeout from 2s to 10s to prevent premature failures. Remove redundant 10s timeout from contextVMResponse to allow operations to complete without interruption.