issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:PHP language:PHP
Filter by
46.5M results
Problem
GitWarp.__init__ (git_warp/backend.py:492) makes four independent git calls in series before the server can answer:
rev-parse --git-dir - symbolic-ref HEAD - config gc.reflogExpireUnreachable ...
enhancement
Problem
A single reset() (git_warp/backend.py:797) issues several git spawns for values it already knows:
- current_branch() is spawned 3x: _require_branch() (backend.py:800), _append_log() (backend.py:526), ...
enhancement
Problem
read_state() (git_warp/backend.py:551) runs its history-range guard serially, before the thread pool that parallelizes
the other reads:
if self._start is not None and not self._git.is_ancestor(self._start, ...
enhancement
Very thankful for this app! Is it possible for the calendar to display conflicts instead of essentially clearing
everything once one arises?
Problem
_gitlinks_changed (git_warp/backend.py:1012) → gitlinks_at (backend.py:399) runs git ls-tree -r hash , which enumerates
every blob in the tree just to find mode-160000 submodule entries. It does ...
enhancement
Code Security Report
Scan Metadata
Latest Scan: 2026-06-18 11:18PM Total Findings: 5 | New Findings: 5 | Resolved Findings: 0 Tested Project Files: 18
Detected Programming Languages: 2 (Python*, Secrets) ...
Codexify Task Prompt
Task Title
Assemble the Whoosh d Documentation Codex
Repository
Resonant-Jones/whooshd
Objective
Create a dedicated docs/ directory for Whoosh d that separates architecture, ...
documentation
Problem
update_cells only supports plain string values, so there s no way to create a partial hyperlink (where only part of the
cell text is linked) without dropping down to the raw batch_update tool ...
Problem
Today s session ran the Phase A silent-rot audit and hit rate-limit 403s on two of 13 repos:
audit fetch-error (mcp-server-cookbook): error: HTTP 403 fetching for mcp-server-cookbook: rate limit ...
priority:high
issue #9 でPRが紐づいたissueを選択しないようにしたはずだが機能していない。
- need reviewとなったサイクルでは、最後にissueにラベルを必ずつけるようにし、次回サイクル以降で機械的に判定すればよいのでは?
- issue、PRは、本文と全てのコメントを取得して判断するようになっているだろうか。確認する

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.