Copilot

Results 4682 issues of Copilot

**Reason for Change**: This PR attempted to improve logging messages across network and CNS components by adding contextual identifiers. However, based on review feedback, the changes increased verbosity without adding...

stale

This PR adds comprehensive automation for creating BYO (Bring Your Own) CNI clusters with Azure CNS deployment to the existing `hack/aks/Makefile`, addressing the need for streamlined cluster setup workflows. ##...

ci

## Integrate stdlib-stubs build script as stubber command ### Summary Successfully integrated the standalone `build.py` script from the micropython-stubs repository into the micropython-stubber tool as the `stdlib` command. The integration...

Research options to enrich MicroPython stdlib stubs with docstrings from CPython/typeshed without overwriting MicroPython-specific documentation. ## Findings **BasedPyright/Pyright Integration** - Typeshed stubs bundled at `node_modules/basedpyright/dist/typeshed/stdlib/` - High-quality type annotations, but...

## Description ### Why Cuts documentation for React Native Windows 0.81 release following the established versioning process. Creates versioned snapshot for 0.81 as the new default documentation version. ## Changes...

## 🍸 New Recipe: Yuzu Summer Spritz This PR adds a new cocktail recipe that perfectly combines Japanese and summer themes as requested in the issue. ### Recipe Overview **Yuzu...

This PR enhances the existing puppeteer-extra-stealth setup by combining it with rebrowser-puppeteer to provide multiple layers of anti-detection capabilities, rather than replacing the deprecated stealth plugin entirely. ## Enhanced Anti-Detection...

Addresses potential memory issues by reducing allocations in hot paths through buffer pooling and capacity-aware buffer management. ## Changes ### Buffer Pool Infrastructure (`pkg/utils/buffer.go`) - Added `BufferPool` type wrapping `sync.Pool`...

Fixes #14063 ## Proposed changes - Modified `ListControlUnboundActionList` to hide "Edit Items..." action in smart tag when DataSource is set - Added custom `ItemsPropertyDescriptor` in `ListBoxDesigner` to remove editor from...

draft

Fixes #13234 ## Proposed changes - Add `IsInDesignMode` check before calling `SetActiveToolStrip(this)` in `WM_SETFOCUS` handler - Prevents modal menu mode from intercepting keyboard input in design surfaces PR #13034 fixed...

draft