Copilot

Results 4682 issues of Copilot

## Implementation Plan for GET to POST Conversion ✅ COMPLETE This PR addresses all issues from PR #4620 by converting GET-based endpoints to POST-only with CSRF protection and fixing all...

files-changed: 3
pre-commit: passed
needs-peer-review
reviewed
tests: passed
last-active: 32d

Django's parallel test runner crashes with `TypeError: cannot pickle 'traceback' object` when Selenium tests fail because Selenium exception tracebacks contain unpicklable objects like WebDriver instances. ## Changes - Added `tblib...

files-changed: 2
pre-commit: passed
reviewed
tests: passed
last-active: 32d

## ✅ Successfully Applied All Changes from PR #5284 - [x] Fetched PR #5284 branch (`revert-5283-revert-5281-updates_dec14`) - [x] Applied all 27 file changes to current branch - [x] Verified all...

pre-commit: failed
reviewed
tests: passed
files-changed: 26
last-active: 4d

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress....

Previously, calling `isFeatureEnabled` with an unknown feature name would throw "Cannot read properties of undefined (reading 'default')". This change makes `isFeatureEnabled` emit a warning and return `null` instead, preventing the...

- [x] Understand the issue requirements - [x] Set up development environment (Node 22, pnpm) - [x] Install dependencies and build packages - [x] Run existing tests to verify baseline...

PR: out-of-date
scope: code-infra

Adds `material-ui/no-restricted-imports` rule to replace complex `no-restricted-imports` configurations with robust glob pattern matching on import source strings. ## Implementation - **Rule**: `packages/code-infra/src/eslint/material-ui/rules/no-restricted-imports.mjs` - Restricts imports by source string patterns (e.g.,...

PR: out-of-date
scope: code-infra

Implements scanning of simple Nim programs and programs using popular packages, uploading binaries to VirusTotal for false positive tracking. ## Changes - **Simple examples** (`examples/`): 5 programs covering basic Nim...

- [x] Add GitHub repo and homepage links to project cards (fixes #37) - [x] Convert template blocks to use ES template literals - [x] Convert all variables to use...

This PR implements automated testing for all package exports to ensure they work correctly for consumers, with comprehensive CSS import validation using actual @import statements. ## Problem Solved The package...

skip changeset