Copilot

Results 4682 issues of Copilot

## Description Fixes installation of adapters from GitHub URLs by validating adapter compatibility **before** installation begins. Previously, the CLI would install adapters from GitHub without checking if they support GitHub...

- [x] Initial plan: Understanding the problem and creating implementation strategy - [x] Implement file deletion for adapter instances using `_enumerateInstanceMeta` pattern - [x] Extract shared file deletion logic into...

This PR implements comprehensive testing infrastructure for ioBroker CLI commands with full CI integration and real adapter testing to ensure the command-line interface works correctly in production environments. ## Progress...

## What does this PR do? Fixes a race condition in `_safe_divide` that could lead to uninitialized values when using non-blocking tensor transfers, particularly affecting MPS devices. Closes #3095 ##...

ready

## Description Fixes an issue where `binary_auroc` and other classification metrics return incorrect results when logits are very large (>16.7 for float32, >36.7 for float64). The sigmoid function overflows to...

- [x] Analyze the issue and understand the expected behavior - [x] Identify the relevant code in `eth/tracers/native/call.go` - [x] Add `Index` field to `callLog` struct in `call.go` - [x]...

Quick block fetching triggers multiple times for the same block hash when a block is imported via direct broadcast while an async quick fetch is pending. The `forgetHash` call clears...

Add `key` column to `rex_action` table (similar to rex_module and rex_template) **Completed:** - [x] Add `key` column to rex_action table schema in install.php - [x] Add unique index for the...

## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/near/near-api-js/blob/master/CONTRIBUTING.md). - [x] Commit messages follow the [conventional commits](https://www.conventionalcommits.org/) spec - [ ] **If this is a...

## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/near/near-api-js/blob/master/CONTRIBUTING.md). - [x] Commit messages follow the [conventional commits](https://www.conventionalcommits.org/) spec - [x] **If this is a code...