issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:JavaScript language:C#
Filter by
5.1M results
📝 要約記事の改善タスク
YouTube動画の日本語字幕から自動生成された記事を要約・整形してください。
対象ファイル
- xserver/summaries/2025/08/202508220007_Coding_with_Lewis.md
- xserver/summaries/2026/06/202606081524_Liam_Ottley.md
- xserver/summaries/2026/06/202606082200_David_Ondrej.md ...
content-improvement
copilot-task
If grep isnt found on the machine seems these lines report a grep is not recognized as an internal or external command,
operable program or batch file. log which is unclear:
https://github.com/Azure/azure-sdk-tools/blob/main/tools/tsp-client/src/commands.ts#L489-L492 ...
tsp-client
M0: Apply M3 / HELD 1.0 readiness cleanup
GitHub Issue: https://github.com/ePC-SAFT/ePC-SAFT/issues/235 GitHub Milestone: M0 - Governance Issue Type: task Source
Spec: docs/superpowers/specs/2026-06-08-m3-held-readiness-cleanup.md ...
agent-ready
area:docs
docs
status:ready
type:task
validation
Summary
Formalize the vision-model UI review loop as a reusable capability behind dev-loop. #679 pioneered the pattern:
Playwright captures named-state screenshots → vision-capable model (gpt-5.4) inspects ...
contract
workflow
Why
Biome is a single Rust-based tool that covers formatting + linting at ~10–30× ESLint s speed. Tooling-prep stage is the
right moment to switch — minimal code to migrate, zero in-flight PRs to rebase. ...
enhancement
Why
The current .husky/pre-commit silently runs pnpm install and adds pnpm-lock.yaml to the commit if package.json is
staged. A commit hook mutating the staging area is surprising and easy to miss in ...
enhancement
Why
The list changed .js/.ts/.mjs files vs. base logic exists in three places — .husky/pre-commit, .husky/pre-push,
.github/workflows/ci.yml (lint + coverage-comment). Same regex, same intent. Drift risk: ...
enhancement
Why
Today both ubuntu and macOS run pnpm test:coverage, but only ubuntu posts the coverage comment — macOS coverage data is
computed and discarded. macOS minutes also cost ~10× ubuntu on free GitHub plans, ...
enhancement
github_actions
Why
Rapid pushes to the same branch currently queue N full CI runs (including the costly macOS leg). A concurrency group
with cancel-in-progress: true keeps only the latest run alive.
How
Add to the ...
enhancement
github_actions
Why
The test job already has if: !github.event.pull_request.draft, but build and lint still run on drafts. Drafts should be
CI-silent — manual runs can be triggered via #22 (workflow_dispatch) once that ...
enhancement
github_actions

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.