harshasiddartha

Results 5 issues of harshasiddartha

Fixes #7927 ## Summary The `noExtraNonNullAssertion` rule incorrectly flagged compound assignments like `arr[0]! ^= arr[1]!` when both sides have non-null assertions. The rule should only flag nested assertions (like `arr[0]!!`),...

A-Linter
L-JavaScript

## Problem The copy button was hidden when viewing pastes in markdown format because it was located inside the `prettymessage` div, which gets hidden when the format is markdown. ##...

Fixes #9978 ## Changes - Fixed path validation in `_validate_ri_path` to support SHARE storage paths by checking both `raw_data_dir` (SHARE_ROOT) and `data_upload_dir` - Added related images to backup for SHARE...

## Description This PR implements the requested feature from issue #8265: adding a single-argument overload to the `vector` function where `vector(n)` creates a vector with all components equal to `n`,...

enhancement
waiting for reply

## Description Fixes issue #2325 by restricting zooming and panning in the data inspector to the dataset's extent. Currently, the inspector shows 0/0/0 (zoom level 0/0/0) which works for global...