Copilot

Results 4682 issues of Copilot

- [x] plenary.nvimのbusted形式でテストディレクトリを作成 - [x] utils/list.luaのin-source testingをtests/utils/list_spec.luaに移行 - [x] utils/functions.luaのin-source testingをtests/utils/functions_spec.luaに移行 - [x] utils/functions/s.luaのin-source testingをtests/utils/functions/s_spec.luaに移行 - [x] utils/pipe.luaのin-source testingをtests/utils/pipe_spec.luaに移行 - [x] 元のファイルからin-source testingコードを削除 - [x] ファイル末尾に残っていた「-- In-source testing」コメントを削除 - [x]...

Implements pagination for DLNA servers that split large result sets across multiple responses, with defensive coding to prevent callback bugs and handle edge cases. ## Changes **Pagination architecture:** - Extracted...

This PR addresses the technical debt identified in `TODO.md` by implementing an AST-based TypeScript code generator as a drop-in replacement for the existing string-based `TypescriptTextWriter` class. ## Problem Statement The...

This PR optimizes the revision checking process by moving NPM version comparison from the publishing phase to the generation phase, preventing older revisions from being committed to the types branch...

This PR begins the migration of the Github Omnibox Chrome extension from traditional Chrome Extension API (Manifest V2) to the modern Plasmo framework, using yarn as the package manager as...

Adds automated deployment pipelines to GitHub Pages and Firebase Hosting. ## Changes **Workflows** (`.github/workflows/`) - `deploy-github-pages.yml` - Builds and deploys to GitHub Pages on push to `master` - `deploy-firebase.yml` -...

## Implementation Plan for Raw String Literals (C# 11) Following the plan in `docs/plans/raw-strings/plan.md` and tracking progress in `docs/plans/raw-strings/todo.md`. ### All Phases Complete ✅ ### Code Review Feedback ✅ -...

Usage analyzer code fix providers fail when static method invocations appear as method arguments rather than variable assignments. The issue affects GetNames, GetValues, Parse, IsDefined, and similar analyzers but not...

Implements analyzer and code fix to warn when metadata attributes (`[Display]`, `[Description]`, `[EnumMember]`) will be ignored due to mismatched `MetadataSource` configuration. ## Changes ### Analyzer (NEEG004) - Reports Info diagnostic...

When cleaning relative paths that cross Windows drives, the library was producing malformed absolute paths with missing backslashes after drive letters. ## Problem Given this input path: ``` D:\a\pnp-rs\pnp-rs\fixtures\global-cache\../../../../../../C:/Users/runneradmin/AppData/Local/Yarn/Berry/cache/source-map-npm-0.6.1-1a3621db16-10c0.zip/node_modules/source-map/ ```...