Harper Reed
Harper Reed
disappears text on page
disappears the article text
Super strange collapsing of content.
Let me know
--- # Implement caching for Firebase Functions to improve efficiency ## Description: Enhance the efficiency of Firebase Functions in the `effigy.im` project by implementing caching mechanisms. This will reduce unnecessary...
--- # Convert SVG color generation from HSL to RGB ## Description: Modify the SVG identicon generation process to use RGB color values instead of HSL. This change will require...
Fixes #33 Implement rate limiting for the avatar endpoint using `firebase-functions-rate-limiter`. * **Rate Limiting Middleware** - Import `firebase-functions-rate-limiter` in `functions/index.js`. - Initialize the rate limiter with appropriate limits per IP/user....
Description: Current implementation lacks rate limiting which could lead to abuse. Need to: - Add rate limiting middleware for the avatar endpoint - Configure appropriate limits per IP/user - Add...