nonnorm

Results 104 comments of nonnorm

In response to 1 on your list, docstrip has a directories feature that auto-installs into the directory of your choosing. I'll see if I can get it to install into...

A few of them still use Warp, which would be a problem. But I could probably fix them up and merge them soon (though I'd probably scrap them and start...

I'm considering eventually switching from the `psutil` crate to [sysinfo](https://crates.io/crates/sysinfo) to get system data. It seems to be similar in size, if not slightly lighter weight, and provides more options...

Hi, This feature is already on the roadmap for v1.0.0: https://github.com/ravenclaw900/DietPi-Dashboard/issues/133.

My current thought is that a keypair will be generated on initial install, and the public key will just have to be copied from the main node to the other...

Yes, assuming the backend node has a password, it is currently broken.

Please post the log again with debug logging enabled in the config file (no need to post everything, what you have up until the error message is fine).

See here: https://github.com/ravenclaw900/flexible-hyper-server-tls/issues/4.

All the debug symbols were stripped out in the builds I posted, and it should have also just been deserialization. I'll see if I can get a `cargo bloat` later,...

Version `0.19.12`: ``` cargo bloat --crates --release Finished release [optimized] target(s) in 0.05s Analyzing target/release/dietpi-dashboard File .text Size Crate 7.3% 22.2% 455.0KiB std 6.4% 19.4% 399.5KiB dietpi_dashboard 2.1% 6.5% 132.7KiB...