Ishita Singh
Ishita Singh
## Pull Request Template **Description:** - Added HTTP Connection Pool Configuration support to GoFr's HTTP service initialization - Addresses issue #2505 by providing configurable connection pool settings to resolve performance...
- Add ThemeContext for theme state management with localStorage persistence - Add ThemeToggle component with sun/moon icons - Update Navbar with theme toggle and dynamic logo switching - Add comprehensive...
Fix thread-safety issue in uv_exepath() for AIX, IBM i, and z/OS platforms by adding mutex protection around uv__search_path() calls. The uv__search_path() function calls getenv("PATH") which is not thread-safe. This fix...
## Description Fixes incorrect `window.innerHeight` and `visualViewport.height` values on Android < 15 devices, which cause UI elements to be partially overlapped by the keyboard when navigation bars are present. Closes...
## Description Fixes keyboard overlap issue on Android 15+ devices where input fields at the bottom of the screen are completely covered by the keyboard when focused, even with edge-to-edge...
- Exclude IME insets from bottom margin calculation in CapacitorWebView - Add keyboard handling configuration to Android template - Fixes extra scroll space equal to keyboard height when keyboard closes
Fixes 500 error when accessing local video files in Android external storage directory via `convertFileSrc`. Added better error handling and logging for Android external storage access to help diagnose permission...
📝 Add Detailed Example for addBusinessDays with Holiday Handling 🎯 Issue Closes #4084 📋 Problem Statement The addBusinessDays function documentation lacked comprehensive examples for real-world scenarios involving both weekends AND...
## 🐛 Fix UTC Date Handling in addMonths ### **Issue** Closes #4061 ### **Problem** `addMonths` returned incorrect results for UTC dates: - `Dec 1 2024 + 1 month = Dec...