Copilot

Results 4682 issues of Copilot

`ControlsFor` and `ControlsForEach` did not support break/continue statements. `ControlsWhileUntil` failed to reset `EscapeMode` after break, corrupting outer loop execution, and lacked break/continue support in UNTIL mode. ## Changes **ControlsFor.cs &...

Implements specialized custom agents for GitHub Copilot Cloud Agent to provide domain-specific code assistance. ## Custom Agents (`.github/agents/`) Five specialized agents covering development domains: - **test-agent** (3.9KB) - Vitest, React...

Refactored `donateDialogStorage.ts` to follow clean code and architectural best practices: extracted pure business logic, introduced storage abstraction with dependency injection, and added comprehensive test coverage. ## Changes **Storage Abstraction Layer**...

## News Feed Improvements - Complete ✅ This PR improves the homepage news feed through iterative enhancements based on feedback. ### Changes Summary **News parser (`parseNews.ts`)** - ✅ Remove tables...

Adding missing AQL query options to PostCursorOptions class Plan: - [x] Explore repository structure and understand the codebase - [x] Build the solution to verify current state - [x] Add...

This PR integrates cBioPortal for Cancer Genomics as a new data source in UCSCXenaShiny, providing access to over 400 cancer studies and multiple molecular data types alongside the existing TCGA,...

This PR implements a comprehensive custom grouped heatmap feature that addresses the need for "自定义分组热图" (Custom Grouped Heatmap) functionality in UCSCXenaShiny. ## Key Features ### Custom Sample Grouping The implementation...

## Overview The linux-hardening rule incorrectly passed containers that had partial security hardening (e.g., capabilities.drop but no seccomp). The original logic required ALL mechanisms (seccomp AND selinux AND capabilities) to...

Controls in the exported `controls.json` lacked framework membership information, preventing Kubescape from including framework labels in Prometheus metrics. This made it impossible to filter metrics by framework in Grafana and...

## Summary This PR implements full support for the Bool data type in the one-ck ClickHouse client library, addressing issue: **添加 bool类型的支持** (Add support for bool type). ## Problem While...