Copilot

Results 4682 issues of Copilot

Fixes Windows test failures by ensuring all paths passed to external build tools (rolldown and API Extractor) use forward slashes instead of Windows backslashes. ## Rebased on Main - Now...

The documentation incorrectly stated that WASM oracle files "must be a package's asset". In reality, the oracle loader searches the target directory directly—assets are a convenience feature for automatic file...

This PR implements an automated link checker to validate URLs referenced in Scarb's error messages, warnings, and help text, ensuring broken links are caught in CI before impacting users. ##...

This PR adds focused Git submodule test coverage for Scarb, providing comprehensive testing of Git dependency functionality when repositories contain submodules. ## Changes Made ### Submodule Test Suite Added 4...

This PR implements dynamic resources for DataGrid cell grid line thickness, addressing the issue where these properties were hardcoded. ## Changes Made ### Dynamic Grid Line Thickness - Added `DataGridGridLineThickness`...

- [x] Fix repository naming mismatch between install and remove actions - [x] Verified cookstyle linting passes - [x] Verified all ChefSpec unit tests pass (28 examples, 0 failures) -...

This PR implements Gateway discovery functionality to identify unused Gateway API resources in Kubernetes clusters. The feature addresses the common issue where Gateways are created but become orphaned due to...

## Problem When using Slack notifications with token and channel ID (instead of webhook URL), users encountered the error: ``` Sending message to Slack channel C08MW33MP16...err: unsupported output format: table...

## Summary Fixed the git-push retry functionality when concurrent promotions attempt to push to the same branch during a race condition. ## Problem When truly concurrent pushes race one another...

kind/bug
priority/normal
area/controller
backport/release-1.8

Next.js 16 changed `@next/eslint-plugin-next` to export flat config objects directly, breaking the manual plugin configuration pattern. ## Changes - **ESLint config** (`libraries/eslint-config/next.js`): Use exported flat config objects instead of manual...