issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript is:public language:JavaScript
Filter by
40.9M results
Problem
hyp query is local-only. The only ways to query the central server s pooled, org-wide data today are SSH / docker exec
into the box to run hypaware-server-admin query, or hand-rolled curl against ...
enhancement
high pri
@MyAdventureCostaRica — your monthly auto-poster review is ready. Read it below (also on the dashboard), then reply in
Claude to apply anything you approve.
Latest review — 2026-06-20
Monthly Performance ...
Incident Overview
A malicious multi-chain drainer script was used to compromise wallet assets via a fake Ena Protocol governance voting
website. The malicious site utilized a Multicall3 batch transaction ...
問題
リモート追跡ブランチ未設定時、スクリプトはデフォルトブランチへ自動 checkout する。ユーザーが意図的に別ブランチで作業中の場合、予期せぬ切替になりうる。
提案
- 自動 checkout は `-AutoSwitchDefault` のような明示フラグでオプトインにする
- 既定はスキップ+警告にとどめる
該当
tools/Update-GitRepositories.ps1 ...
enhancement
問題
Update-GitRepositories.ps1 は全リポジトリを直列に fetch/pull する。リポジトリ数が多いと時間がかかる。
提案
- PowerShell 7 の `ForEach-Object -Parallel` で並列化(スロットル付き)
- 進捗表示は Write-Progress も検討
該当
tools/Update-GitRepositories.ps1 ...
enhancement
問題
`Invoke-FzfHistory` は履歴ファイルを `$env:APPDATA\Microsoft\Windows\PowerShell\PSReadLine\ConsoleHost_history.txt` から読む。これは
Windows PowerShell(5.x) のパス。PowerShell 7 では通常同じ場所だが、PSReadLine の設定次第で異なる。`(Get-PSReadLineOption).HistorySavePath` ...
bug
問題
プロファイル冒頭で `Set-Alias cc claude` 等を無条件設定するが、claude/copilot/git 未導入環境では実行時にコマンド未検出になる。Set-Alias 自体はターゲット存在を検証しない。
提案
- Test-Cmd で存在する場合のみエイリアス設定する、もしくは現状維持の方針を README に明記
- 少なくとも git は前提として良いが ...
enhancement
問題
DevTools カタログに gita(pip) があるが、Python/pip が無い環境では失敗する。catalog 全体のインストールフローで個別失敗は記録されるものの、前提ツール(python/pip
自体)のインストール導線が無い。
提案
- pip backend のツールがある場合、python/pip の存在を事前に案内
- もしくは python を winget ...
enhancement
問題
`myip` は ipify.org へ常にリクエストする。オフライン環境やプライバシー上、外部送信を意識したい場合がある。
提案
- タイムアウトは設定済みだが、失敗時のメッセージを明確化
- ドキュメントに外部 API 利用を明記
- 代替エンドポイントのフォールバックは任意
enhancement
問題
`function repos { Set-Location (Join-Path $env:USERPROFILE source\repos ) }` は `source\repos` 固定。実際の作業ディレクトリ(例:
workspace\repos)と異なる環境では機能しない。
提案
- 環境変数 `$env:DOTFILES_REPOS_ROOT` を参照し、未設定時のみ既定値にフォールバック ...
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.