Alan Vardy

Results 30 issues of Alan Vardy

Split off from #392 List the sections with task counts, maybe just the ones that would be picked up process Needs a project

feature

List items not under a section and one by one pick a new section Error if no sections in project Needs a project select or a project flag Split off...

feature

This could be a `tod task import /path/to/file.md` And then the file could be in format ```markdown - This is a main task p1 - This is a subtask p2...

feature

As a general introduction, I really like Todoist because it has an API, an Apple watch app, and it never screws up syncing my tasks, so I feel like I...

doc

The current gif displayed in the README is out of date and shows the old API in use. Create a new one using equivalent commands.

first-issue

And update README with location

good first issue

I have been getting an increased incidence of `Did not get response from server` errors when creating a new task. Add a couple of retries with backoff and add a...

improvement

Hello, I've been really enjoying using gradient, thank you for the work! I've encountered this error today when running `mix gradient` ```elixir (FunctionClauseError) no function clause matching in Gradient.ElixirExpr.pp_guards/1 The...

bug

Code: ```elixir @type t :: %__MODULE__{ ..fields here } @doc false @spec new(map) :: t() def new(params) do struct!(__MODULE__, params) end ``` Error ```elixir The function call on line 44...

**Is your feature request related to a problem? Please describe.** I would like to take input from a user in 24hr time, including hours and minutes. **Describe the solution you'd...