Copilot
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...
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...
## ✅ 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...
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...
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.,...
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...
Add GitHub Actions to test package exports with CSS @import validation and fix runtime dependencies
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...