WaterWhisperer
WaterWhisperer
## Problem Description I encountered the same issue as #160649, but the suggested solutions didn't resolve it on my system. ## Environment - VS Code Version: Code 1.97.2 (2025-02-12T23:20:35.343Z) -...
Implements the `currentCSSZoom` readonly attribute on the Element interface as [spec](https://drafts.csswg.org/cssom-view/#dom-element-currentcsszoom). - Adds a new layout query (`CurrentCSSZoomQuery`) that traverses from the target element up through its ancestors - Accumulates...
Prevent users from running `./mach clippy --use-crown` together, which doesn't work as expected. Testing: Verified error message appears when running `./mach clippy --use-crown` Fixes: #39334
Removes some unneeded lints. Testing: Refactor Part of: #40383
Adding an optional message to be attached to a IndexSizeError. The enum definition of IndexSize is now `IndexSize(Option)`. Future PRs should probably add more appropriate messages to some of the...
Add unit tests for ImageCache Testing: Fixes: #10793
Related issue: #2843
## Features - Add `--response-delay` CLI parameter - Implement delayed response handling - Update connection state machine resolve #462
## What's Changed in this PR docs for [#7240](https://github.com/GreptimeTeam/greptimedb/pull/7240) related issue: #2217 ## Checklist - [ ] Please confirm that all corresponding versions of the documents have been revised. -...
## Description Implements handling for app lifecycle events as requested in #458. ## Changes - Added `Event::Pause` handler to save app state and stop sync service - Added `Event::Resume`/`Event::Foreground` handler...