Ralph Giles
Ralph Giles
It would be better just to remove these files from the repository so `bootstrap.sh` can copy fresh ones from the build environment. Either way, an update is also needed to...
The CSP denial for the audio `data:` urls seems incorrect, and it's strange that it would be different on linux than on other platforms. Might be worth checking the console...
> works fine in Google Chrome (but not Chromium). ouch
I thought cmake had its own package description format, and the ogg and opus library locators were supposed to use that, and only fall back the pkg-config?
`cargo audit` also warns about the criterion 0.4 specification in the arkworks 0.4.2 crates; making a new release would address that as well (#653).
The CI failure is a clippy warning about unrelated code. ``` width >= 10 + 1; ``` in disk.rs. Happy to fix, but not related to this pr.
Error message: ``` $ cargo run Finished dev [unoptimized + debuginfo] target(s) in 2.76s Running `target/debug/ytop` Backtrace (most recent call first): File "rust:src/libcore/result.rs", line 956, in core::result::Result::unwrap File "src/widgets/mem.rs", line...
possibly something is odd with the kernel; as you can see, the swap-related lines aren't present in `/proc/vmstat`.
`Linux nimbus 5.1.4+ #21 SMP Mon May 27 11:12:00 AEST 2019 mips GNU/Linux` [Source](https://github.com/neilbrown/linux/tree/gnubee/v5.1) [config](https://github.com/neilbrown/gnubee-tools/blob/master/kern_config/gbpc2-5.1) It looks like the `vmstat` fields psutil wants are [conditional](https://github.com/torvalds/linux/blob/v5.1/mm/vmstat.c#L1172-L1177) on `CONFIG_VM_EVENT_COUNTERS` which is [not...
Ok, let me know if you want anything tested.