Shizcow / dmenu-rs

A pixel perfect port of dmenu, rewritten in Rust with extensive plugin support
GNU General Public License v3.0
197 stars 9 forks source link

Bytes and bits all get converted to bits #6

Closed 0x85C closed 4 years ago

0x85C commented 4 years ago

Not sure if this is expected behavior, but typing just "5 bytes" shows up as "40 bit" but there shouldn't be any conversion yet as I haven't typed "..to"

Similarly if I do "800GB" I get "6.4 terrabit" which is an odd conversion when I believe it should display it in its original units, i.e. "800GB" = 800 Gigabyte.?

Shizcow commented 4 years ago

Because calc-mode uses rink-rs for processing queries, this is out of the scope of this project. If you believe this is a legitimate issue, file it on the rink-rs repo.