issues Search Results · language:Dune language:JavaScript language:JavaScript language:Go language:Java language:JavaScript
Filter by
38.8M results
Part of the item-durability epic #539.
Generalize the shield-only HP model (cnmh_shieldstate_ charId , useShield, shieldBlock.js, isShieldBroken) into a model
that works for any tracked item.
Scope
...
enhancement
Part of the item-durability epic #539.
Bake durability data into weapons, armor, and shields so the tracking model (#539) has something to read.
Scope
- A durability block on weapons/armor (shields ...
enhancement
Follow-up from Holmes s review of #13 (PR #94).
Observation: tests/unit/test-config.sh (added in #13 / PR #94) defines its own inline assert_* helpers and a manual
PASS/FAIL loop instead of the tests/lib/assert.sh ...
Summary
The top bar (#topbar in index.html) currently mixes room status with a row of configuration toggles. As more options get
added (and several already exist), the top bar is getting crowded and doesn ...
Overview
The sender connects over plain WebSocket (ws). On the Raspberry Pi that only reaches a backend on the same host or LAN.
The production backend is published only on 127.0.0.1:8080 on the server ...
difficulty::low
enhancement
priority::high
raspberry pi
Goal
Bake PF2e item durability — Hardness, Broken Threshold, and (max) HP — into weapons, shields, and armor, and track it
live so items can take damage (reduced by Hardness), become Broken (HP ≤ Broken ...
enhancement
Epic
問題
Test-ToolInstalled の default 分岐は Cmd 不在時に `winget list --id ... | Select-String` でフォールバックするが、winget list は遅く、ID
部分一致による誤検出の可能性もある。Show-DevEnv が全ツール分これを呼ぶと体感が重い。
提案
- winget list を1回だけ実行して結果をキャッシュし、各ツールはそれを参照 ...
enhancement
問題
`killport` は指定ポートの所有プロセスを `Stop-Process -Force` で即座に終了する。誤ポート指定時に重要プロセスを巻き込む恐れがある。
提案
- 終了前に対象プロセス名/PID を表示し `-Confirm` 既定 true もしくは `-Force` 明示でのみ即実行
- ShouldProcess(SupportsShouldProcess) の採用 ...
enhancement
問題
`?? `(null合体) や `-Parallel` 等 PowerShell 7+ 構文を使用しているが、Windows PowerShell 5.x で読み込まれた場合にパースエラーになりうる。冒頭でバージョン確認していない。
提案
- 冒頭で `$PSVersionTable.PSVersion.Major -lt 7` の場合に警告して早期 return
- もしくは ...
enhancement
問題
`Set-Alias g git` がある一方、ga/gb/gd/gp 等の関数も別途定義。命名体系(oh-my-posh / posh-git 風)の整合性が取れておらず、ユーザーが覚えづらい。
提案
- エイリアス命名規則を README に明文化
- もしくは posh-git のエイリアス慣習に寄せる
- 重複しうる名前(gs は git status だが PowerShell ...
enhancement

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.