Arun
Arun
Updates curl from 8.11.0 → 8.17.0 to fix two HIGH severity vulnerabilities: CVE-2025-0725: Integer overflow in gzip decompression CVE-2025-9086: Out-of-bounds read in cookie path handling Fixes #104946
**Summary** Adds a "Building from Source" section to the main [README.md] to help users who need to compile Alda themselves, such as Raspberry Pi or BSD users. **Changes** Added a...
This commit adds a comprehensive Python first build tutorial to address the missing documentation for Python in the Getting Started guides. Changes: - Add site/en/start/python.md with complete tutorial covering: -...
This PR adds two new properties to the Step glyph: [pad_before]: Fraction of a step width to extend before the first data point (default: 0) [pad_after]: Fraction of a step...
Fixed issue #2917 where text field answers would disappear when scrolling in RecyclerView. The bug was caused by improper state synchronization in OutlinedEditTextFieldItem composable. Changed from async LaunchedEffect to synchronous...
Fixes https://github.com/flutter/flutter/issues/179111 ## Changes - Fixed inish() method to always call the completion handler, even when the transaction is not found - Added fallback to Transaction.unfinished when looking up transactions...