Michael Madden

Results 20 comments of Michael Madden

I wonder if the issue with `sysinfo` is related to this issue: https://github.com/iglance/iGlance/issues/225#issuecomment-813862371

@felberj That sounds great. Please let me know how I can help.

Hi, here's the model: ``` Machine model: Raspberry Pi 3 Model B Plus Rev 1.3 $ free -m total used free shared buff/cache available Mem: 917 106 47 0 764...

Thanks for all the work on `zenith`. I was wondering if you had thoughts on when native support for Windows would be available?

I see this same issue. ``` $ rustc --version rustc 1.52.1 (9bc8c42bb 2021-05-09) $ sw_vers ProductName: macOS ProductVersion: 11.3.1 BuildVersion: 20E241 ``` ``` error[E0308]: mismatched types --> /Users/mjm/.cargo/registry/src/github.com-1ecc6299db9ec823/pasteboard-0.1.2/src/lib.rs:75:12 | 75...

Thanks @segeljakt . Updating to `pasteboard v0.1.3` fixed the build issue I was seeing on macOS Big Sur.

@segeljakt @Aloxaf Do you think we should update this version of `pasteboard` in master so this builds cleanly on macOS Big Sur? https://github.com/Aloxaf/silicon/blob/master/Cargo.toml#L25

Hi @Ullaakut , is there a subset of information I could provide? The full output of the `nmap` command you listed above could expose a lot of internal information.

Here is a PR to fix the issue building with Go 1.18: https://github.com/asciimoo/wuzz/pull/143

@icepuma @rawkode has there been any further thoughts on adding service support? It would be super nice to have something similar to ansible's service support? https://docs.ansible.com/ansible/latest/collections/ansible/builtin/service_module.html