Share What You Have: Tools, gear, skills. Make borrowing easier than buying.
Build Trust: A system that rewards generosity and strengthens bonds.
Connect Spontaneously: Low-commitment ways to gather without the obligations.
Updated on
Jul 6, 2026
Lifestyle
Data safety
arrow_forward
Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
Full release notes: https://ripls.org/release-notes/0.26.3.html
Home-view latency tail fix and server cleanup.
Bug Fixes
- Home Screen Loads Faster: Fixed the Home view taking up to 8 seconds on certain requests. The root cause was a synchronous weather fetch with no failure caching: a weather-provider timeout (8s) was paid in full on every request for the affected location, and cache keys expired at midnight forcing a fresh fetch at the start of each day. Weather data is n...