Robson Martins

Results 3 issues of Robson Martins

The proposal is to add a new function to the nvme module: get_log(), which is capable of calling the command line `nvme get-log -i -l -b` and returning the requested...

There is a bug in handling the return of `serde_json::from_str()` in the [nvme.rs](https://github.com/cholcombe973/block-utils/blob/master/src/nvme.rs) functions (`get_error_log`, `get_firmware_log` and `get_smart_log`): `let deserialized: String = serde_json::from_str(&stdout)?;` The [serde_json::from_str()](https://docs.rs/serde_json/latest/serde_json/#operating-on-untyped-json-values) function returns a `Value` and...

The proposal is to have a new action **Extra features**, which is enabled when the device has extra features than those proposed in the main UI. For example, an AT28C64...

enhancement