Andras Elso
Andras Elso
I do lots of fix and tweaks. Check the commits. Elbandi
I need a calculator, which operates inversely: I hold my "money" in btc, sometimes i sell it to ltc or usd. If the price are low, i buy back the...
Debianize
This commit adds the required files to build for ubuntu/debian. Tested(=builded) on ubuntu bionic LTS and focal LTS, they already have new rust. Unfortunately debian havent [new rust](https://packages.debian.org/search?keywords=rustc), it cannot...
This is the right debian package build files
This patch allow get the buld response status by action. Same result as len(r.Updated()), etc. but more performance (mostly in big bulk request)
Go routine in Sync method reads the file byte-to-byte in rolling mode. thats very slow. I rewrite the whole func to a different solution: it reads block (current 16) to...
This method allow an answer ask (like confirm something) from user without save the user input to history file.
Start from [smartmontools 7.0](https://github.com/smartmontools/smartmontools/releases/tag/RELEASE_7_0), there is an option to output json mode. it's would be better if use this
My nvme identified as ssd, and "ID 5 Reallocated sectors count" item is unsupported. thats true, my smartctl have neither "Reallocate" nor "Elements in grown defect list:" string ``` smartctl...
If the loop config is other path than the default, the --loopdir parameter is not working. **Expected behavior** If i set the _loopdir_ paramter, all loop files loaded from /srv/loop/.......