You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All uses of the library do 3x task --version on start, another 1x for every .filter_tasks() or .sync() that gets run (even for the same TaskWarrior() instance) or 2x for every add_task(). This is adding unnecessary overhead and could be done just once during initialization.
The text was updated successfully, but these errors were encountered:
All uses of the library do 3x
task --version
on start, another 1x for every.filter_tasks()
or.sync()
that gets run (even for the sameTaskWarrior()
instance) or 2x for everyadd_task()
. This is adding unnecessary overhead and could be done just once during initialization.The text was updated successfully, but these errors were encountered: