Remaining reqs. percentage should be rounded to avoid floating-point noise
Đang mở
area:terminal-rendering
- Ngôn ngữ chính
- Shell
- Star
- 11.2k
- Fork
- 1.9k
- Merge trung bình
- 14 giờ 16 phút
- Pull request đã merge (30 ngày)
- 6
Mô tả
## 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%`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.