Cosmic

Results 271 comments of Cosmic

Hmmm, that's the newest version so that pretty much rules out an outdated compiler. I don't think #104 will be a fix either since the unwrap seems to be happening...

Can anyone who is able to get this problem consistently use the branch i listed earlier and post the logs after a crash. I tried livebooting, a VM, and some...

Hmmm, that's peculiar. All my branch does is log the values before the points that it would cause a crash. I can try to reproduce again, but wasn't noticing any...

Just a few notes: * In the first picture `ytop` only automatically shows each cpu thread if you have 8 or less, otherwise it shows an average, so that's expected...

> In the meanwhile - is there a way to tell cargo to install ytop using sysinfo-0.13.4 ? AFAIK not easily as `0.14.1` is specified in `Cargo.toml` and `cargo` will...

Note: There's been some additional discussion in #96 about using some data structure other than a `Vec` to simplify the logic surrounding dropping old elements and keeping track of the...

I believe `ytop` is getting two different values for this. An example on my machine for context. ```text From gotop: 42% 2.63 GiB/7.45 GiB ``` ```text ❯ free -h total...

I'm not sure what you're referring to with 1. 2 would involve switching the frontend away from the TUI, and while separating the current frontend and backend should be mostly...

Correct. The current frontend is [`tui`](https://lib.rs/crates/tui) which is also why it would be quite hard to fix text rendering issues because those are primarily caused by individual people's terminal settings....

I see the gap you are talking about now, I never actually noticed it till you mentioned it. I believe the cause of that is that the glyphs for the...