When switching between the time units in the Units Converter: Transfer Rate the result are incorrect.
For example, if I enter 1 Bit per sec. and then switch to minutes, I expect 60 Bits per min., but the result is 0.01667 (about 1/60).
I think the error is in modules/tools/ui/src/main/kotlin/dev/turingcomplete/intellijdevelopertoolsplugin/tool/ui/converter/unitconverter/TransferRateConverter.kt setFromTimeDimensionChange, timeFactor should be targetTimeDimension divided by originalTimeDimension and not the other way around
When switching between the time units in the Units Converter: Transfer Rate the result are incorrect.
For example, if I enter 1 Bit per sec. and then switch to minutes, I expect 60 Bits per min., but the result is 0.01667 (about 1/60).
I think the error is in modules/tools/ui/src/main/kotlin/dev/turingcomplete/intellijdevelopertoolsplugin/tool/ui/converter/unitconverter/TransferRateConverter.kt
setFromTimeDimensionChange, timeFactor should betargetTimeDimensiondivided byoriginalTimeDimensionand not the other way around