Copilot

Results 4682 issues of Copilot

## Proposed changes This PR removes runtime inheritance from `pp.PorePyModel` in mixin classes to avoid diamond inheritance issues while preserving type checking capabilities through stub files. Mixin classes in `src/porepy/models/`...

## PR checklist - [x] This comment contains a description of changes (with reason). - [x] If you've fixed a bug or added code that should be tested, add tests!...

CLI-generated WebComponents apps fail lint with `@typescript-eslint/no-unused-vars` errors. The default `@typescript-eslint/recommended` config doesn't account for common Lit/WebComponents patterns where underscore-prefixed variables indicate intentional non-use. ## Changes ### ESLint Configuration (`eslint.config.mjs`)...

:x: status: awaiting-test
web-components
15.0.x

Universal Analytics is deprecated as of July 1, 2023. This PR migrates to GA4 Measurement Protocol v2 to maintain analytics functionality. ## Changes **GoogleAnalytics.ts** - Endpoint: `/collect` → `/mp/collect` -...

:x: status: awaiting-test
15.0.x

Adds Model Context Protocol (MCP) server capability to enable AI assistants to programmatically create and manage Ignite UI projects through both `@igniteui/cli` and `@igniteui/angular-schematics` packages. Implements all three MCP primitives...

:boom: status: in-test
15.0.x
mcp

## MCP Server Implementation for igniteui-cli ✅ COMPLETE Successfully implemented a Model Context Protocol (MCP) server for the igniteui-cli that enables AI assistants to create and manage Ignite UI projects...

## Problem The `wa_managed_phones` table contained both a `status` field and an `is_active` column, where `is_active` was redundant and unused. The `status` field already tracks the phone's state (e.g., "active",...

Removes two unused boolean columns from the `editions` table that were marked with `# TODO: drop` comments in the schema. ## Migrations - **`stub`** (20251029125541): Legacy field for marking incomplete/placeholder...

## Upgrade .NET MAUI Workshop to .NET 10 Based on the official .NET MAUI 9 to 10 upgrade instructions, all tasks have been completed: - [x] Update all .csproj files...

This PR addresses the issue "把 react 版本更新到最新" (Update React version to latest) by fully migrating the Halogen library from React 16 to React 19. ## Problem The library was...