Cosmic

Results 271 comments of Cosmic

I've gone ahead and merged #219, so we can handle switching the default dark/light syntax highlighting theme if you think there's still enough reason to do so (beyond the bug...

As an update this appears to pass under the other experimental Miri Tree Borrows model ```bash $ MIRIFLAGS='-Zmiri-tree-borrows' cargo +nightly miri test ``` ^^ doesn't report any issues

Yeah you can try pulling the PR and seeing if it fixes it for you. I have noticed incorrect disk activity readings, but I haven't taken the time to see...

Hmmm, I see low values, but definitely not zero. I've got access to an amd64 system so I can try livebooting and seeing if I can reproduce the issue. Can...

@barryprice So I installed an Ubuntu 20.04.1 Desktop VM to test it out and I get low, but still non-zero values when testing out reads and writes. However, you did...

Windows currently isn't supported, but the README did list that support for all major platforms is planned. Check #74 since this issue is a duplicate of that.

You're exactly right, the current implementation will count both the bond as well as the physical devices. I made a pull request to address this #95.

This appears to be due to a missing `MemAvailable` field. From some searching, it looks like `MemAvailable` was added in kernel version 3.14 which is newer than whatever WSL is...

Before I file an issue, can someone post their kernel version? Also, I'm not too familiar with WSL, is it possible to update to a newer kernel? `3.14` was released...