Copilot

Results 4682 issues of Copilot

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

import: Bitwarden
pr: ai-assisted

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

pr: ai-assisted

This PR addresses the issue where KeePassXC would automatically close the database unlock dialog when the underlying database file is temporarily unavailable, preventing users from retrying once the file becomes...

## Problem When the recycle bin is selected and a global search is performed, the context menu incorrectly shows "Restore Entry" for search results that are not actually in the...

This PR implements a predefined search to find all TOTP entries, addressing the feature request for a dedicated OTP page similar to Google Authenticator. ## Changes Made ### Core Functionality...

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

Fixes a regression where GatherND operations would fail with CUDAExecutionProvider but work correctly with CPUExecutionProvider, causing the error: ``` gather_nd.cc:30 CheckBatchDimensionsMatch Batch dimensions differ at index 0: 1 != 3,...

**Plan to implement ONNX GroupNormalization-21 support** After analyzing the codebase, I found that: 1. GroupNormalization is currently only implemented as a contrib op (com.microsoft.GroupNorm) 2. The standard ONNX GroupNormalization operator...

Analyzing the issue where `AddCastNode` in `insert_cast_transformer.cc` sets invalid dtype `-1`. Initial investigation plan: - [x] Examined the AddCastNode function in insert_cast_transformer.cc - [x] Identified the issue is with the...

## Problem When a subgraph references an initializer defined in an outer graph without having a corresponding `value_info` entry in the subgraph, ONNX Runtime incorrectly raises the error: ``` "Node...