Copilot

Results 4682 issues of Copilot

This PR introduces a new "anchors" concept to the iOS MCMapView that enables positioning UIKit views relative to map coordinates using standard AutoLayout constraints. Views anchored to map coordinates automatically...

## Problem On restricted network environments such as UsGov systems, Power Pages generator installation was failing silently. Users would see "Installing Power Pages generator..." message but npm would fail without...

The Power Pages copilot chat participant (`@powerpages`) was not being registered in certain scenarios, causing users to encounter the error "no activated agent with id 'powerpages'" when trying to use...

The login button in the Power Pages Actions panel was failing silently when clicked, providing no feedback to users about whether authentication succeeded or failed. This left users confused as...

The login button in the Power Pages Actions view was not working because it was calling a disabled command. When users clicked the "Login" button in the welcome content, nothing...

## Problem Users reported that after seeing the success message "The Power Pages generator is ready for use in your VS Code extension!", the Power Pages context menu commands (Create...

Adds `.github/copilot-instructions.md` to configure GitHub Copilot coding agent with repository-specific context and conventions. **Contents:** - **Project architecture**: Cargo workspace structure, NodeJS code generation (doT.js templates), async/thread-safe design - **Development setup**:...

**Description** Apache HttpClient 5.5 deprecated several core APIs used in `AdyenHttpClient`. This refactoring migrates to the recommended replacements while maintaining identical functionality. **Changes:** - **SSL/TLS strategy**: Replaced `SSLConnectionSocketFactory` with `DefaultClientTlsStrategy`,...

## Overview Updated all CSS framework CDN links in the examples to use the most modern stable versions available, aligning with the @troxler/awesome-css-frameworks recommendations. ## Changes Made Updated the following...

This PR enhances the `build` and `build_code` targets in the Makefile to automatically tag the resulting Docker images as `latest` in addition to their existing timestamp-based tags. ## Changes Made...