Copilot

Results 4682 issues of Copilot

## Summary This PR migrates the last remaining usage of deprecated Envoy v2 API to the modern v3 API in the compression filter factory. ## Problem The codebase was still...

The repository has been fully migrated to Golang 1.25. All version references have been updated and the build system validated. ## Changes Made - **Fixed .gitignore**: Corrected formatting issue where...

The `.golangci.yml` file contained duplicate `run` keys (lines 62 and 75), causing golangci-lint to fail with a YAML parsing error. **Changes:** - Removed duplicate `run` section at line 75 -...

Hardware interface values stored in `ValueInt` are misinterpreted in Python—bit patterns from DUT registers are always treated as unsigned, breaking signed value semantics. ## Changes **API Addition** (`src/vsc/model/value_scalar.py`) - Added...

- [x] Implement CLI tool with core translation management commands - [x] Add CLI tests and clean up ignored test files - [x] Address review feedback on require structure -...

EigenRand was limited to Eigen 3.3.4–3.4.1 due to an explicit version check. Eigen 5.0.X maintains backward compatibility with the packet math APIs that EigenRand uses. ## Changes - Remove upper...

## Problem The color palette generator was producing inconsistent chroma values across different colors at the same step. While the gaussian bell curve was identical for all color scales, the...

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....

### 🤔 这个 PR 的性质是? - [ ] 日常 bug 修复 - [ ] 新特性提交 - [ ] 文档改进 - [ ] 演示代码改进 - [x] 组件样式/交互改进 - [ ] CI/CD...

## Summary This PR improves the user experience when creating, duplicating, and renaming calculation setups by implementing automatic retry with name pre-population when duplicate names are encountered. ## Changes ###...