| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Summary: Highlight: - required_tokens: float
+ required_tokens: strThis change is straightforward and does not affect the overall functionality of the codebase, making it suitable for a routine review. |
Sorry, something went wrong.
|
Unit test should work need PR merge |
Sorry, something went wrong.
|
Converted to Draft, this should use the Decimal type in Python and ensuring that the upstream API returns the expected type. |
Sorry, something went wrong.
Co-authored-by: Hugo Herter <git@hugoherter.com>
|
Apparently the other PR has been merged, should we resume this PR? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR addresses an issue where using float to represent certain numerical values resulted in loss of precision due to rounding. By switching to str, we can maintain the exact value without rounding errors.