[PR #392] [MERGED] fix: bug: Si detection was backwards. #456

Closed
opened 2026-06-08 11:28:25 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/392
Author: @bootandy
Created: 4/27/2024
Status: Merged
Merged: 5/1/2024
Merged by: @bootandy

Base: masterHead: fix_si


📝 Commits (2)

  • a48a3b5 fix: bug: Si detection was backwards.
  • a4d2f70 fix: si detection - single digits are binary

📊 Changes

2 files changed (+24 additions, -18 deletions)

View changed files

📝 src/config.rs (+8 -7)
📝 src/display.rs (+16 -11)

📄 Description

kB - means kilobyte 10**3
KiB - means kibibyte 1024 / 2**10

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/392 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 4/27/2024 **Status:** ✅ Merged **Merged:** 5/1/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `fix_si` --- ### 📝 Commits (2) - [`a48a3b5`](https://github.com/bootandy/dust/commit/a48a3b5aad47c9ce5a50f6419395d9f1b6517377) fix: bug: Si detection was backwards. - [`a4d2f70`](https://github.com/bootandy/dust/commit/a4d2f7032121428303f7a1653809678d5c61d01a) fix: si detection - single digits are binary ### 📊 Changes **2 files changed** (+24 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/config.rs` (+8 -7) 📝 `src/display.rs` (+16 -11) </details> ### 📄 Description ``` kB - means kilobyte 10**3 KiB - means kibibyte 1024 / 2**10 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:28:25 +03:00
zhus closed this issue 2026-06-08 11:28:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#456