Copilot

Results 4682 issues of Copilot

This PR adds comprehensive GitHub Copilot instructions to help AI coding agents work effectively in the consumet.ts repository. The instructions provide detailed guidance on setup, building, testing, and development workflows....

- [x] Create frmCustomMessageBox form with translated buttons - [x] Add MsgBoxTranslate overload accepting MessageBoxButtons parameter - [x] Add conversion functions between MsgBoxStyle and MessageBoxButtons/MessageBoxIcon - [x] Update MsgBoxTranslate to...

This PR successfully upgrades the project from Svelte 3.46.2 to the latest Svelte 5.39.3, bringing modern reactive capabilities and improved performance. ## Major Version Upgrades - **Svelte**: 3.46.2 → 5.39.3...

This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot coding agents with detailed instructions for working effectively in the sightread codebase. ## What's Included The instructions file provides:...

Refactored button samples from a monolithic partial-based structure into 13 granular, self-contained stories for better learning, documentation, and snapshot testing. All stories are now at the button folder level with...

This PR comprehensively addresses the documentation gaps identified in the issue, particularly focusing on teacher-side documentation and practical usage scenarios. ## Key Improvements ### Teacher Documentation Enhancements **Multiple File Handling**:...

TIFA (Type Inference and Flow Analysis) was not correctly handling try/except/finally constructs, leading to missed variable initialization issues. The visitor used the default `generic_visit` method which doesn't properly track control...

This PR resolves critical GitHub Actions test execution issues and significantly improves test stability by addressing multiple systematic problems. ## Problem GitHub Actions tests were crashing with import errors instead...

This PR fixes a critical issue where runtime assertion customization was broken due to improper kwargs handling and missing template interpolation support. ## Problem The issue manifested in two ways:...

This PR enhances the terminal environment to provide source code context for algorithmic errors (assertion failures), bringing them to parity with runtime and syntax errors which already show helpful context....