issues Search Results · language:Dune language:Python linked:pr language:JavaScript language:JavaScript language:Python
Filter by
4.4M results
Goal
Add a typed, serializable verifier evidence record v1 for verifier outputs without changing accepted-promotion
semantics.
Scope
Implement the model, schema, tests, and documentation only as needed ...
概要
Mermaidのパースに失敗したとき、GUI上のエラーパネルにメッセージを表示する。
現状
エラーが無言で無視され、キャンバスが空白になるだけで原因が分からない。
実装方針
1. error-panel 要素(Issue 3 で追加済み)を使う
2. パースエラー時に send({ type: parseError , message }) を送信する
3. media/flowchart.js ...
ai-task
概要
よく使う操作をキーボードで実行できるようにする。
対応するショートカット
| キー | 操作 |
| --- | --- |
| Delete / Backspace | 選択中のノード・エッジを削除 |
| Ctrl+Z | Undo |
| Escape | 選択解除・編集キャンセル |
| Enter | ラベル編集確定 |
実装方針
document.addEventListener( ...
ai-task
概要
クリックで選択したノード・エッジを視覚的にハイライトし、何が選択されているか分かるようにする。
現状
選択状態が視覚的に表現されておらず、Delete キー削除などの操作対象が不明確。
実装方針
1. クリック時に対象要素に fc-selected クラスを付与する
2. flowchart.css に .fc-selected スタイルを追加する(例: 青枠・影)
3. 別の要素をクリックしたとき・ESCキーで選択を解除する ...
ai-task
概要
ポートからエッジをドラッグしている最中に、マウスカーソルまで伸びる仮のプレビュー線を表示する。
現状
ドラッグ中に視覚的フィードバックがなく、どこに繋がるか分からない。
実装方針
1. drag-edge-svg / drag-edge-line 要素(Issue 3 で追加済み)を使う
2. ポートドラッグ開始時に drag-edge-svg を表示し、mousemove で終点を更新する ...
ai-task
Installed on a Raspberri Pi 2(B). OS: Bookworm
Installation completed sufficiently for the web UI to show (have not tested functionality, will update this issue after
tests).
However execution of mypyc ...
概要
キャンバスの空白部分をダブルクリックすると、その位置にノードを追加できるようにする。
現状
ノード追加はツールバーの「+ ノード追加」ボタンのみで、位置指定ができない。
実装方針
1. canvas の dblclick イベントでクリック座標を取得する
2. ノードIDを自動採番(例: node1, node2...)してデフォルトラベルで追加する
3. 追加直後にラベル編集モードに入る(ダブルクリック→即入力できる状態) ...
ai-task
File(s)
- `docs/development/TECHNICAL_DEBT.md`
Category
Missing documentation (outdated information)
Finding
The Deprecation Timeline table in `TECHNICAL_DEBT.md` shows:
| Endpoint | Deprecated ...
claude-fix
docs
docs-audit
File(s)
- `docs/development/PLUGIN_DEVELOPMENT.md`
Category
Missing documentation (outdated identifiers)
Finding
Three inline line-number references in the Triggers section point to lines that no ...
claude-fix
docs
docs-audit

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.