Copilot
Copilot
Extend the AltTab.ahk utility to expose Windows 10/11 window management (snap, monitor move, virtual desktops, Task View) directly from the Alt-Tab UI, aligning with the goal of richer window controls...
Modernize GitHub Actions workflow for shellcheck ✅ Plan: - [x] Analyze current workflow and understand issues - [x] Replace manual binary download with system shellcheck - [x] Add appropriate permissions...
LocalAI uses signals to terminate backend child processes (llama.cpp, diffusers, whisper). When running in Kubernetes with security contexts that drop all capabilities, the container cannot send signals, causing VRAM leaks...
## Implementation Complete! ✅ - [x] Analyze the codebase and understand the current font system - [x] Add a GDI+ Font storage member to the IMAGE structure - [x] Implement...
Task: Optimize Unit Test Coverage (优化单元测试覆盖率) ✅ COMPLETED ## Summary Successfully improved EGE unit test coverage from ~3-5% to ~20.5% by adding 6 new test files and implementing a comprehensive...
The CI tests fail with "Unable to flush stdout: Broken pipe" when piping `any2fasta` to commands like `grep -m 1` that exit after finding their first match. ## Changes -...
Microsoft.NET.Test.Sdk 18.0.1 requires .NET 8.0 or later for .NET Core targets. The test project was targeting `net462;net6.0;net8.0`, preventing the dependency upgrade. ## Changes - Removed `net6.0` from test project target...
## Description Recent changes introduced configuration repository support for channel, subscription, and policy management commands. The documentation still described legacy API-based behavior. This PR updates Darc.md to present the configuration...
## Description Source-flow PRs were removing `darc-*` feeds from NuGet.config even when dependencies still required them, causing restore failures. Forward flow merged Version.Details.xml changes but never recomputed NuGet.config feeds, unlike...
Fixes issue where repositories using package source mappings would not have their `packageSourceMapping` section automatically updated when Maestro adds darc-* feeds. ## Problem When Maestro adds a darc-* feed to...