Kunal Sheth
Kunal Sheth
### **Celsius and Fahrenheit are EXTREMELY BROKEN!** Due to operator precedence: ```kotlin 0.Celsius == 273.15.Kelvin // correct -0.Celsius == -273.15.Kelvin // should be false! ``` units-of-measure does not know how...
Hi @veyndan, thanks for bringing this to my attention. I've got a patch and it should be available to you in the next few days. If you need a quick...
@veyndan I've published [UOMs version 6.1.0](https://plugins.gradle.org/plugin/info.kunalsheth.units) which is now compatible with Kotlin 1.4.21. Also, if repeat compilations take too long, try putting UOMs in its own separate source set like...
todo: write docs
todo: add way of updating currency conversion factors at runtime?
todo: digital storage dimension as well (bits)
Edit: used Kotlin syntax highlighting.
@oscarbenjamin I understand where you are coming from— I am a big fan of type-safe and clean API design. I’d agree, if I were designing e.g. a REST API for...
@oscarbenjamin @asmeurer I don't feel I'm being heard. I've written a comprehensive explanation, containing examples, which I feel was immediately dismissed without consideration. If the issue here is specifically warnings...
Fixed! (Sorry for the delay, it is final exam season.)