Copilot

Results 4682 issues of Copilot

Implement feature to report updated vs unchanged PO files in update-po command - [x] Explore repository structure and understand the UpdatePoCommand - [x] Review existing test scenarios - [x] Implement...

The `update-po` command removes obsolete translations (`#~` entries) and file-level comments (copyright notices) by default. Users maintaining translation history in VCS need a way to preserve this content. ## Changes...

## Description Implements SQLite support for database commands when using the [SQLite Database Integration plugin](https://github.com/WordPress/sqlite-database-integration/). Commands now detect SQLite via `DB_ENGINE` constant, `SQLITE_DB_DROPIN_VERSION`, or db.php drop-in inspection. ### Changes -...

The Dependabot PR bumping js-yaml contained a package-lock.json that was regenerated on each `npm install` in CI, causing the "Check for changes" workflow step to fail. **Changes** - Regenerated package-lock.json...

## Issue When using transitive project references in SQL projects (where Project A references Project B, which references Project C), database variables were not properly preserved between projects. This caused...

Complete migration of ChapterTool from .NET Framework 4.8 WinForms to .NET 8 with Avalonia UI, including full UI implementation with all core features, additional dialogs, and drag-and-drop support. ## Completed...

This PR adds comprehensive instructions for GitHub Copilot coding agents working in the Adoptium infrastructure repository. The instructions provide essential guidance for understanding and working with this Infrastructure-as-Code project. ##...

ansible
Vagrant
doc
pbTests
ghActions

Functions used in terms could be valid `DescribableFunction` types but missing from `define_signature!`, causing cryptic deserialization errors at runtime. ## Changes - **Debug assertion in `Signature::new_function`**: Verifies function is registered...

- [x] Integrate reconnection logic into AMQPBaseClient - [x] Add ReconnectOptions to AMQPClient constructor - [x] Add ReconnectOptions to AMQPWebSocketClient constructor - [x] Remove AMQPReconnectingClient (no longer needed) - [x]...

This PR adds comprehensive LavinMQ testing to the CI workflow alongside the existing RabbitMQ tests, ensuring the AMQP client library works correctly with both broker implementations. ## Changes Made ###...