issues Search Results · language:B4X language:C++ language:TypeScript language:TypeScript language:PHP language:HTML
Filter by
35.4M results
The run-lca skill currently performs a Life Cycle Inventory (LCI) calculation only. It builds the technology
matrix A and intervention matrix B, solves for the scaling vector, and reports raw elementary ...
🤖 AI 起票 (Claude Code)
状況整理
新機能調査エージェントが発見。
ArticleContextMenu は右クリックで「既読」「ブックマーク」「後で読む」「一覧から削除」を提供するが、スヌーズが存在しない。スヌーズは差別化機能で、ユーザーは個別の記事ヘッダーボタンから操作する必要がある。
既存インフラ:
- SnoozeModal + useSnoozeHandler ...
enhancement
needs-user-decision
Context
Default browser focus rings on the dark UI can look unintentional — observed on a StatusBand action link, where the
native outline reads as a rendering glitch rather than a deliberate focus state. ...
accessibility
ux
Description
File: contracts/vesting/src/lib.rs — release() (line 275)
Issue:
let ttl_ledgers = schedule.end_ledger - env.ledger().sequence();
if ttl_ledgers 0 {
env.storage().persistent().extend_ttl( ...
contracts
high
🤖 AI 起票 (Claude Code)
状況整理
新機能調査エージェントが発見。
useReadingProgress がスクロール進捗を localStorage に保存・復元しているが、この情報は記事一覧では一切表示されない。ユーザーが途中まで読んだ記事を再発見するには個別に開くしかない。
既存インフラ:
- useReadingProgress + loadProgress() ...
enhancement
needs-user-decision
Context
The code-review action instruments every review run with a collapsible run-summary footer (cost, latency, tokens — added
in #168 for issue #162). Separately, the pr:review skill instructs the ...
bug
🤖 AI 起票 (Claude Code)
状況整理
新機能調査エージェントが発見。
src/components/BulkActionToolbar.tsx には「一括既読」「ブックマーク」「スヌーズ」「タグ追加」があるが、「後で読む (reading
list)」ボタンが存在しない。記事一覧から複数選択したあと、個別に記事を開かないと後で読むに追加できない。
既存インフラ:
- BulkActionToolbar ...
enhancement
needs-user-decision
Problem
When a session was marked as completed , mentors.session_count in the DB was never updated. The profile still showed 0
sessions even after completing multiple sessions.
Fix
In sessionService.updateStatus(), ...
bug
Problem
Booking page button got stuck on Enviando... because:
1. New students were not persisted to InsForge DB, so session INSERT failed with FK violation
2. handleSubmit had no try/catch, so setIsSubmitting(false) ...
bug
🤖 AI 起票 (Claude Code)
状況整理
パフォーマンス監査エージェントが発見 (信頼度 88%)。
src/hooks/useFilteredArticles.ts:416-425 (deduplicated useMemo 内のグループ比較ループ):
let best = group[0];
let bestTs = Date.parse(best.publishedAt ?? ...
enhancement
needs-user-decision

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.