Michael Madden

Results 22 issues of Michael Madden

``` $ rustc --version rustc 1.52.1 (9bc8c42bb 2021-05-09) $ sw_vers ProductName: macOS ProductVersion: 11.3.1 BuildVersion: 20E241 ``` I'm seeing the following warnings when building with `cargo build --release`: ``` Compiling...

Include macchina - a system information frontend similar to `neofetch`.

``` $ rustc --version rustc 1.52.1 (9bc8c42bb 2021-05-09) $ sw_vers ProductName: macOS ProductVersion: 11.3.1 BuildVersion: 20E241 ``` I see this warning from `cargo build --release`: ``` Compiling reqwest v0.11.3 warning:...

I'm unable to build zenith on Windows 10. Is this supported? I'm seeing these issues. ``` PS C:\Users\jimi\rust\zenith> cargo build --release Compiling socket2 v0.3.12 Compiling ntapi v0.3.4 Compiling atty v0.2.14...

enhancement
blocked

I'm seeing a few issues with the `count_hosts_by_os` example in this repository. I get this error when I run the program without `sudo`. Does this example require to be ran...

I cannot build wuzz with go 1.18: ```bash $ go version go version go1.18 darwin/amd64 $ sw_vers ProductName: macOS ProductVersion: 12.3 BuildVersion: 21E230 ``` ``` $ go install github.com/asciimoo/wuzz@latest #...

Is there an issue with fast? I'm seeing errors from various clients. ```bash # Ubuntu 16.04 $ fast internet error. please try again ``` ```bash # macOS ⇒ fast internet...

It appears that godu does not recognize sparse files such as the `Docker.raw` file used by Docker on macOS. This file is a sparse file which is usually defaulted to...

enhancement
help wanted

Would it be possible to add temperature support for M1 Macs? On an Intel Mac, I can use the following to find information about the temperature of system components: ```rust...

help wanted
mac
mac m1