tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
442 stars 28 forks source link

Error in rink web #74

Closed alexalemi closed 4 years ago

alexalemi commented 4 years ago

The web app doesn't seem to handling it's decades correctly.

For instance 2 pi radius of earth / c returns 133 seconds instead of 133 milliseconds, despite both the radius of earth and speed of light being correct. This does work in the CLI.

tiffany352 commented 4 years ago

That's a pretty bad issue, I'll take a look soon.

tiffany352 commented 4 years ago

Should be fixed now, you might have to hard reload the page because of the service worker caching files. image