Copilot

Results 4682 issues of Copilot

## Overview This PR adds support for MQTT v5 (protocol version 5) while maintaining full backward compatibility with the existing MQTT v3.1.1 (protocol version 4) implementation. Closes #[issue number] ##...

The MQTT adapter was incorrectly converting comma-separated numeric data as character codes, causing devices like NUKI 3.0 Pro locks to display garbled values instead of the original data. Based on...

The Go Fuzz GitHub Actions workflow was consistently failing due to issues with SQL mock expectations and load balancer distribution edge cases. This PR fixes the underlying problems to make...

## Overview This PR adds a new Input Group sample (`input-group-sample-7`) that demonstrates the correct use of `id` and `for` attributes for proper label-input association, addressing a critical accessibility gap...

Storybook init adds the `eslint-plugin-storybook` import but fails to register it in Next.js projects using `defineConfig([...])` from `eslint/config`. ## Changes **`code/core/src/cli/eslintPlugin.ts`** - Extended `configureFlatConfig` Case 3 to handle CallExpressions wrapping...

bug
Stale
ci:normal
eslint-plugin

GitHub Actions workflows without explicit permissions default to elevated access. This PR explicitly sets minimal required permissions on all workflows following the principle of least privilege. ### Changes - **ci.yml**...

## Plan to Prevent Future Inappropriate Print Statement Usage This PR implements a solution to prevent future uses of print statements where logging should be used instead, as requested in...

This PR refactors the codebase to replace `System.out.println()` and `System.err.println()` statements with proper logging in non-CLI analysis, processing, and test code, while preserving appropriate print statements in CLI-related functionality. ##...

This PR adds comprehensive unit tests to the kubespy project, which previously had no test coverage. The tests cover all major internal components and provide a solid foundation for future...

This PR implements progress logging for Airbyte sync operations, providing clear visibility into stream and slice processing progress during data synchronization. ## Changes Made ### Stream Progress Tracking - Added...

faros-ai-complexity-score-4