Clement Tsang

Results 57 issues of Clement Tsang

One of the dependencies, nix 0.19, has [a security vulnerability](https://rustsec.org/advisories/RUSTSEC-2021-0119.html) and 0.19 does not have a patch with the fix, with only versions 0.20 and greater having patches to fix...

**Describe the bug** A clear and concise description of what the bug is. The line chart using Braille characters seems to be able to bleed through the widget boundaries. I...

bug

**Describe the bug** Original bug report is from https://github.com/ClementTsang/bottom/issues/562, for context. The problem appears to be that on at least Windows Terminal v1.9.1942.0, mouse clicks can cause a panic due...

**Is your feature request related to a problem? Please describe.** Not 100% sure if this falls under your planned supported scope, but one of my use cases for crossterm right...

enhancement
help wanted

Hi, I wanted to ask if there could be a small release to update the nix dependency to >0.19, since https://rustsec.org/advisories/RUSTSEC-2021-0119.html only has fixes for versions >0.19. I noticed it's...

Fixes the following warning: ``` warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links` ```

Switch to treating parsed values from `/proc/meminfo` as kibibytes. Previously, it was treated as *kilobytes*, but apparently that's not correct, as per [this Red Hat doc](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s2-proc-meminfo): > While the file...

Was looking through the meminfo parsing code and noticed that at [here](https://github.com/heim-rs/heim/blob/master/heim-memory/src/sys/linux/memory.rs#L82), the strings in `/proc/meminfo` are parsed as kilobytes: ```rs Information::new::(value) ``` However, as far as I understand it,...

It appears that there are use cases where users who are using encrypted drives in Linux will be unable to get some disk statistics. This can reproduced by trying to...

I've been having issues with using the memory library within a WSL1 instance on Ubuntu 18.04. I tried to run the "free" example on a WSL1 instance using Ubuntu 18.04,...

A-memory
C-bug
O-linux
P-medium