Ian Paterson

Results 46 issues of Ian Paterson

Currently task searching (not released yet) uses a very basic substring match against task names. It is not particularly efficient and provides no way to rank results. By creating a...

enhancement

I am considering whether it might be useful to allow tasks to expire at a specific date if not yet completed. Please chime in if you have any interest because...

idea

There are countless ways to specify dates with parsedatetime, but a much smaller number of ways to denote recurrence, starred tasks, and list membership. The README instructs the user to...

documentation

The new workflow attempts to be fairly self-explanatory, but there will be some documentation needed. Most importantly so far, #53 will probably require the user to install PyICU in order...

documentation

The workflow already supports localizations of Wunderlist by querying the app for translations of items such as "Week" and "Assigned to Me" that are necessary for proper operation of the...

enhancement

Much of the delay in responding to user input in the workflow is due to loading Python modules and connecting to the SQLite database. This is mitigated by lazily loading...

unique feature
feature

There are quite a few preferences and I believe that any screen presenting more than 9 static result items (the maximum visible in Alfred) is a candidate for refactoring. Currently...

enhancement

This change avoids unexpected wakeups of a piston containing a time condition with restrictions. The condition is evaluated correctly according to the restrictions, but the scheduling is set for every...

This can unintentionally make the field required; if the text field is cleared while displaying an invalid phone number, the '' error key will remain invalid. To test: 1. Begin...

A common use case for end-user authentication in apps is establishing a single-request web server to receive the authentication token from the Wunderlist API authorization. For example, a developer might...