Copilot

Results 4682 issues of Copilot

## Описание `NoSuchElementException` возникала в `getMethodNameByLocation()` при вызове `orElseThrow()` когда `findTerminalNodeContainsPosition()` возвращал пустой Optional (при рассинхронизации индекса ссылок и AST). **Изменения:** - `getMethodNameByLocation()` теперь возвращает `Optional` вместо выброса исключения -...

Profiled blade-formatter and found significant overhead from repeated regex compilation (~100+ instances per format), lodash wrapper functions in tight loops, and unnecessary promise allocations. ## Changes ### Regex Compilation (70-80%...

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

The `use_item` packet format changed in Minecraft 1.21, causing serialization errors when using `bot.activateItem()` and related functionality. The packet definition switched from using a `rotation: vec2f` field to separate `yaw:...

### Why Question raised about where tests execute. Investigated and documented the test infrastructure. ### How Tests run in **GitHub Actions** across multiple workflows: - **`run_tests.yml`**: Main CI on push...

- [x] Analyze current repository structure and capabilities - [x] Review latest changes from CHANGELOG.md (v11.8.2 features) - [x] Understand CLI capabilities and new commands - [x] Update version information...

Analyzing PR #787 that loosens requirements constraints and fixing failing tests ## Plan: - [x] Analyze PR #787 which changes requirements from `==` to `>=` for several packages (uv, ruff,...

The error message when attempting to manage a secret with `owner=None` was contradictory. The documentation states that `owner=None` means the secret has been granted for read access, but the error...

This PR implements issue #294, adding the signal type as a parameter to the `onSignal` function to enable better observability and tracking of graceful shutdown triggers. ## Changes Made -...

- [x] Install @octokit/core dependency - [x] Create Octokit client initialization utility - [x] Create new Octokit-based request functions to replace axios-based ones - [x] Update client.ts to use Octokit...

dependency