tchar
tchar
How did you install the plugin? Depending on your system and python version pip may refer to pip for python2 and pip for python 3. You may have installed pint...
Albert has changed its interface and the extension has to be adapted for it. Before you had to write a `handleQuery` function like [here](https://github.com/tchar/ulauncher-albert-calculate-anything/blob/9a2fd3d2c22934af7cf000af571f70888ae79b37/__init__.py.deactivated#L128) Now the `__init__.py` file has to...
Fixed #49 .
Is this still affecting you?
> Same issue here, is there a fix? This pull is supposed to fix the issue, but the tests do not pass. I feel the problem with tests might be...
Fixed by #57
Did you install pytz via `python3 -m pip install pytz`?
There is a division by zero here in currency can you reinstall the extension? I will have to handle this when the currency rate is 0 or (1 / rate...
Hey @AlfredPianist You are more than welcome to make a PR for this. You mentioned that you don't want it under the `time` command. What do you think about the...
Hey @hoonkai Yeah I figured it out too. It seems like keywords like `ago`, `before` etc only apply to the last `time keyword` you enter. `11 hours 0 mins ago`...