Giter VIP home page Giter VIP logo

Comments (4)

moranje avatar moranje commented on June 12, 2024 2

The new latest version sports a much better parsing engine, this should not be a problem most likely

from alfred-workflow-todoist.

moranje avatar moranje commented on June 12, 2024

from alfred-workflow-todoist.

bodegabodega avatar bodegabodega commented on June 12, 2024

from alfred-workflow-todoist.

idpaterson avatar idpaterson commented on June 12, 2024

Like you I suspect that this will be less of a problem once your bash version is complete, but it might still be useful to share how I worked around this with the Wunderlist workflow.

I was using Python, so there was much more delay to deal with than what you have here. I ended up using bash for the script filters and calling through to python just like the live version of the Todoist workflow calls through to node. However, I made that bash script first copy the {query} out to a file.

After writing to that file the script may take a few more milliseconds to return new results to Alfred, during which time the user can press return to perform an action based on now outdated results from a previous keystroke. The problem is that actions are baked into the response based on the query at the time that response was generated. Committing an action then uses the query in that file rather than the input at the time the response to Alfred was generated (which could be a few keystrokes behind with a slow workflow like mine).

from alfred-workflow-todoist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.