pullrequests Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Python language:HTML
Filter by
176M results
Pipelines as Code configuration removal
Summary
The github:pr-review skill instructed the reviewer to check for emoji-prefixed commit subjects and PR titles. That is
the wrong convention:
- The org s reusable workflow pr-verifier-required.yml ...
Summary
- Fixes the Documents Vault bug reported by the user: tapping a Vault row (or a document-type Home Activity row)
silently did nothing because data-doc-open was only checked in the modal-sheet ...
What (0.33.1 — Unix-only-import guard slice)
socketserver.UnixStreamServer is Unix-only, so class ThreadedUnixServer(..., UnixStreamServer) raised AttributeError at
import time on Windows — which crashed ...
codex-review
Problem
_check_duplicate_process (the friendly defense-in-depth guard alongside the kernel flock) matched lingtai run abs_dir
as a bare substring of each ps line. Two false-positive classes:
1. Prefix-sharing ...
💡 What: Added ARIA labels to icon-only buttons in the application header and the skills view toolbar. 🎯 Why: Icon-only
buttons without accessible names are invisible to screen readers, preventing visually ...
picture source media= (prefers-color-scheme: dark) srcset= https://static.trunk.io/assets/merge_test_pr_banner_dark.svg
source media= (prefers-color-scheme: light) srcset= https://static.trunk.io/assets/merge_test_pr_banner_light.svg ...
Summary
When a tool execution is interrupted via KeyboardInterrupt (Ctrl+C), the assistant message with tool_calls is already in
the conversation history but has no matching tool_result. Strict providers ...