issues Search Results · language:Dune language:Python language:Python language:JavaScript language:JavaScript language:Java
Filter by
55M results
owner-asks stranded in report 0058-landing-handoff-the-consolidated-pile
This session s report parks 4 item(s) on you that reached no surface you read — each was written only into
.ai-native/reports/0058-landing-handoff-the-consolidated-pile.md, ...
概要
表示形式を選べる format() メソッドを追加する。
提案 API
HMSTime( 1:30:15 ).format( HH:MM ) # 1:30
HMSTime( 1:30:15 ).format( HH:MM:SS ) # 1:30:15
HMSTime( -1:00:00 ).format( signed ) # 仕様要検討
受け入れ条件
- [ ] ...
enhancement
概要
ISO 8601 duration 形式のパースと出力を追加する。
提案 API
HMSTime.from_iso8601( PT1H30M15S )
t.to_iso8601() # PT1H30M15S
スコープ
- 時間・分・秒コンポーネント(日付部分は v1.0 以降でも可)
- 負値 duration の扱いを仕様化
受け入れ条件
- [ ] パース・出力のラウンドトリップテスト ...
enhancement
概要
v0.1.0 公開記事に加え、利用シーン中心の第2弾記事を執筆する。
記事案
- タイトル例: 「Python で作業時間を HH:MM 形式で足し算する」
- CLI / ライブラリ両方の紹介
- timedelta との比較(README 比較表ベース)
受け入れ条件
- [ ] Zenn 公開
- [ ] README Links に追記
documentation
What happened
All 5 behavioral lanes failed at RED with the same error:
no_new_test_functions_committed: found 0, need = N
The test-count gate in datum-tdd-act-lane.ts (line 174) runs:
git -C ${wt} ...
datum-bug
概要
秒数・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

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.