Copilot

Results 4682 issues of Copilot

Issue requested configuring Copilot instructions per GitHub's best practices. Repository already has comprehensive setup exceeding requirements. ## Added - `.github/COPILOT_SETUP_VALIDATION.md` - Validation document confirming full compliance ## Existing Configuration (Verified)...

## Merge dev into sjain/working/release/8.1.1 and Create PR - [x] Understand the task requirements - [x] Fetch both branches (sjain/working/release/8.1.1 and dev) - [x] Checkout sjain/working/release/8.1.1 branch - [x] Verify...

msal

## ✅ COMPLETED: Fix for Webview Action Bar Issue (#2341) ### Problem Solved When using `enableEdgeToEdge()` in an Android app and calling `actionBar?.hide()`, the Microsoft Authentication Library webview ignored the...

Group configuration dictates user limits and download speeds. Allowing users in multiple groups creates ambiguity about which settings apply. ## Changes - **Validation logic** (`GroupsOptions.Validate`): Collects all usernames from `UserDefined`...

Implements Progressive Web App functionality to enable app installation and offline caching on mobile and desktop devices. ## Changes - **Web App Manifest** (`public/manifest.json`) - Defines app metadata, 192x192 and...

Identified and fixed performance bottlenecks across documentation build scripts: unclosed file handles causing resource leaks, O(n²) nested loops, and inefficient data structures for membership testing. ## Changes **Resource management** -...

contributor

This PR updates the documentation to reflect the upcoming v5.0 release by updating version references throughout the documentation from v4.x to v5.x. ## Changes ### README.md - Updated the migration...

This PR implements the ability to execute queries in Kotlin script via the web console as requested in issue #1631. ## Features Implemented ### Backend Changes - Added `/api/execute-query` POST...

## Description Adds granular cache purge controls via a new Dashboard widget and modernizes the cache purge API. Previously, cache purging was all-or-nothing. Now users can target specific cache groups...

## Overview Removes duplicate WPcom-specific rewrite rules flushing logic that is no longer needed on VIP Go. This addresses the technical debt and issues identified in the original issue where...