issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Java
Filter by
55M results
概要
秒数・timedelta 以外の入力経路を整理し、API の使いやすさを向上する。
タスク
- from_seconds() に int 以外の不正入力時の明確な TypeError
- HMSTime(int_seconds) のショートカット要否を検討(非推奨 alias 等)
- ドキュメントに「文字列 vs 秒数」の使い分けを記載
受け入れ条件
- [ ] 入力経路ごとの推奨用法が ...
enhancement
A manual smoke-test checklist to run before each release, covering the core happy paths and key edge cases across
plugins, downloads, the queue, settings persistence and external plugin loading. Tracked ...
enhancement
概要
パッケージ公開面(hmscalc/__init__.py)を v1.0 に向けて整理する。
タスク
- 公開 API 一覧を docstring または README に明記
- 内部用(_parse_time_string, _time_list)が公開されないことを確認
- 必要なら HMSTimeError も re-export
受け入れ条件
- [ ] 公開 ...
enhancement
概要
ターミナルから HH:MM 演算を行う CLI を追加する。
提案 API
hmscalc add 1:30 2:15 0:45
# = 4:30:00
hmscalc sub 2:00 0:45
# = 1:15:00
hmscalc sum 1:00 2:00 3:00
# = 6:00:00
実装方針
- argparse ベース(標準ライブラリのみ)
- [project.scripts] ...
enhancement
概要
コントributor 向けドキュメントを現行ワークフロー(Poetry, CI, ブランチ戦略)に合わせて更新する。
内容
- ローカル開発手順(Poetry / Docker)
- PR・CI の流れ
- リリース手順(タグ → PyPI)
- コーディング規約(ruff, black, mypy)
受け入れ条件
- [ ] CONTRIBUTING.md が ...
documentation
概要
README に実装済みだが未記載の API を追記し、ドキュメントと実装を一致させる。
追記対象
- is_negative プロパティ
- from_seconds() / from_timedelta()
- to_minutes() / to_hours()
- __hash__(set/dict キーとしての利用例)
- 例外クラスの import 例(InvalidTimeFormatError, ...
documentation
The IPC layer between the renderer and the main process has no automated tests. This tracks covering the main flows —
dependency checks, media info, enabling/disabling plugins, saving configs, importing ...
enhancement
Running the load test suite for 48 hours shows the heap usage in the Node proxy creeping up. I suspect the IP blocker
cache isn t garbage collecting stale IPs fast enough. Needs a heap snapshot dump to ...
The plugin loader has untested paths: rejecting an invalid plugin file (missing id/name/type) and skipping non-.js files
in the plugins folder without crashing. This tracks covering those cases so plugin ...
enhancement
Automated tests currently cover pure logic only (helpers, plugins, managers). There is no coverage of the React
components or UI behavior, so visual/interaction regressions can slip through. This tracks ...
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.