wolph / alfred-converter

Alfred unit converter is a smart calculator for Alfred with support for unit conversions to make it a bit comparable to the Google Calculator and Wolfram Alpha.
93 stars 15 forks source link

Doesn't work with negative values of temperature #35

Closed Korean-David closed 2 years ago

Korean-David commented 2 years ago

For example, if I type 90f in Alfred, it correctly shows 90 degree Fahrenheit in Kelvin and Celsius. But if I type 30f, it doesn't show the result, because it's a negative value in other units.

wolph commented 2 years ago

What's the issue you're seeing? It is working fine for me.

It should be noted that Kelvin doesn't go negative. 0 Kelvin is the lowest temperature possible.

image

image

image

Korean-David commented 2 years ago

Thanks for responding my inquiry. This is what I see:

Screen Shot 2021-11-01 at 7 46 06 PM

My mac is on Monterey 12.0.1.

wolph commented 2 years ago

Are you sure you're using the latest version?

I did find a different issue with fahrenheit, 0f would give an issue for me. That's fixed in the new release: https://github.com/WoLpH/alfred-converter/blob/master/unit_converter.alfredworkflow

Korean-David commented 2 years ago

Are you sure you're using the latest version?

I did find a different issue with fahrenheit, 0f would give an issue for me. That's fixed in the new release: https://github.com/WoLpH/alfred-converter/blob/master/unit_converter.alfredworkflow

I just downloaded the new version that you mentioned, and now it works! Thanks. This is the best converter workflow I've ever used. I really appreciate it.