tchar / ulauncher-albert-calculate-anything

A ULauncher/Albert extension that supports currency, units and date time conversion, as well as a calculator that supports complex numbers and functions.
MIT License
103 stars 13 forks source link

[bug]Need update on plugin as per the new version of Albert 0.18.10 #44

Open prashantjain25 opened 1 year ago

prashantjain25 commented 1 year ago

Seems calculate-anything does not load with prerequisite version of python 3.10 and qt6

github-actions[bot] commented 1 year ago

Issue has been marked as stale due to no activity

tchar commented 5 months ago

Albert has changed its interface and the extension has to be adapted for it.

Before you had to write a handleQuery function like here

Now the __init__.py file has to look like this. I believe it is not a big deal for somebody who has already written some extensions to adapt it for Albert, but I cannot find a lot of information regarding debugging Albert. It looks like the old docs are removed.