Remaining reqs. percentage should be rounded to avoid floating-point noise
オープン
area:terminal-rendering
- 主要言語
- Shell
- スター
- 11.2k
- フォーク
- 1.9k
- 平均マージ
- 14時間 16分
- マージ済み PR(30日)
- 6
説明
## Description
The "Remaining reqs." percentage displayed in the CLI shows raw floating-point values instead of rounded numbers, leading to noisy output.
## Examples observed
- `Remaining reqs.: 7.000000001%`
- `Remaining reqs.: -81.563999999994%`
## Expected behavior
The percentage should be rounded to 1–2 decimal places, e.g.:
- `Remaining reqs.: 7.0%`
- `Remaining reqs.: -81.56%`
コントリビューションガイド
評価
この issue はまだ評価されていません。