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
why is it breaking it apart into t,e,s,t,i,n,g? I have a feeling I'm doing something wrong, but can't figure out what :-) Also note that simple filters work, like
tw.tasks.pending().filter(description='the')
this translates to description:'the' which correctly matches tasks whose description starts with "the"
The text was updated successfully, but these errors were encountered:
hello, trying the examples from README, using taskwarrior 2.6.2 and current develop branch of tasklib:
the strange thing is, look at the [slightly reformatted] trace:
why is it breaking it apart into
t,e,s,t,i,n,g
? I have a feeling I'm doing something wrong, but can't figure out what :-) Also note that simple filters work, likethis translates to
description:'the'
which correctly matches tasks whose description starts with "the"The text was updated successfully, but these errors were encountered: