Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currency units stop line from producing an output #32

Closed
Ziraya opened this issue Dec 2, 2023 · 4 comments
Closed

Currency units stop line from producing an output #32

Ziraya opened this issue Dec 2, 2023 · 4 comments

Comments

@Ziraya
Copy link

Ziraya commented Dec 2, 2023

If I put a currency unit, USD in my case, in a line anywhere, in any form, that line no longer has an output.

5                               = 5
$5
5 $
$5 in EUR
5USD
5 USD
5 usd
5usd
5 USD
five = 5                        = 5
five USD
five km                         = 5 km

I have tried disabling qalc.currency.convertLocal, no effect

@nortakales
Copy link
Owner

The API I was using for exchange rates has just revoked free access. I can push a small change very quickly to at least restore $ and USD. I will need to find a new API that gets us as much free access as possible for the extension to restore actual conversions.

@Ziraya
Copy link
Author

Ziraya commented Dec 13, 2023

Thanks, got it. USD works, this is plenty for me.

$ isn't, not a big deal for me, I want my units after the value anyway.

I noticed that Qalc takes longer to start now, before it was about 12 seconds, now it's about 20~21 seconds. Could this be an API call timing out?

@nortakales
Copy link
Owner

I'm consistently getting around 14-15 seconds, which admittedly is pretty bad. I need to look into this. I'll open a new issue to track it.

@nortakales
Copy link
Owner

Currency and exchange rates should be fixed in 0.1.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants