Clement Tsang

Results 212 comments of Clement Tsang

Long story short rn the state of the problem is that there's an unhandled event flag in crossterm which panics and kills the event handler thread. I can bandaid this...

Note: with https://github.com/crossterm-rs/crossterm-winapi/pull/20 being merged and 0.9 being available, I think(?) this can be unblocked and worked on. Should be resolved by updating crossterm.

Interesting, I'll take a look once I have some time.

You actually can remove the gap already. `--hide_table_gap` will hide the table gap: ![image](https://user-images.githubusercontent.com/34804052/93902001-189e3600-fcc5-11ea-9b74-f3664edc8781.png) I've wanted to add toggleable borders for a while now though, I'll probably try to get...

Definitely would not be shown by default (ie: like battery) for the reasons you mentioned, though this would be quite interesting to add...

Interesting. `nvml` seems to be mainly for NVIDIA, though, at least that's what I'm seeing at a glance. Definitely appreciate the heads up though, will be handy to refer to.

Sorry, not much. Busy with IRL/other priorities for this project.

I'll try to take a look at this in a bit. Don't worry about the failed codecov check, it's fine for now.

Took a bit of a look and tried it on my machine. One thing I'm a bit concerned about is that it might be a bit confusing that, say, "CPU0"...

Um, not sure if it's what you meant, but I already do support `Ctrl-a` to go to the beginning on the line and `Ctrl-e` to skip to the end within...