Remaining reqs. percentage should be rounded to avoid floating-point noise
Abierto
area:terminal-rendering
- Lenguaje dominante
- Shell
- Estrellas
- 11.2k
- Forks
- 1.9k
- Merge medio
- 14 h 16 min
- PR fusionados (30 d)
- 6
Descripción
## 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%`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.