Closed ancorgs closed 1 week ago
The storage model cannot parse sizes when they are specified as strings like "1024", "1 KiB", etc.
This pull request introduces proper parsing based on xbytes (which is already an Agama dependency).
Looks good, but please run npx prettier -w
npx prettier -w
Done. And PR updated via commit --amend to reduce noise.
commit --amend
Problem
The storage model cannot parse sizes when they are specified as strings like "1024", "1 KiB", etc.
Solution
This pull request introduces proper parsing based on xbytes (which is already an Agama dependency).