nonnorm

Results 104 comments of nonnorm

The latest version of hyper is defined as a dependency in the TLS crate, but it does need to be updated here. If you could commit what you have, that...

Also, it would be great if you made another PR that combines both the `hyper` and `flexible-hyper-server-tls` updates, to avoid the Renovate bot getting in our way.

Just did a little bit of research, there doesn't seem to be a standard crate for reading fan speeds, probably for the reasons that were mentioned. One possibility to get...

The large increase in binary size seems to be the fact that the `toml` crate now uses `toml_edit` as its parser. The concerns about binary size were mentioned in https://github.com/toml-rs/toml/issues/340,...

Just from my testing, it increases binary size slightly, so my guess is that it's using some more specialized and faster instructions only supported by that CPU.

Hi, To be completely honest, connecting to another node has been broken entirely for various reasons in the 0.6.1 release (see https://github.com/ravenclaw900/DietPi-Dashboard/issues/548). The current simplest workaround that should let you...

There are 3 places specifically, all of which currently use different websocket connections from the main one to allow transferring raw binary data. Uploading and downloading files/zip-encoded folders use `/ws/file`,...

No, there is no need to convert between JSON and the binary format, we could convert directly to it from the Rust structs (probably faster than we could convert to...

I use the handy [ipfs-sync](https://github.com/TheDiscordian/ipfs-sync) tool for syncing files, and IPFS has a [feature that let's you add files without duplicating them](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#ipfs-filestore).