Skip to content
Brady Trainor edited this page Apr 1, 2021 · 5 revisions

Welcome to the taskw-dart wiki!

Known issues:

Trailing slashes

If I add a task via the UI with the text "hello\", and sync, Taskserver seems capable of receiving, storing and sending the task, but clients such as cli task and even task add barf on this.

I was not immediately able to reproduce with something like a unit test, but will revisit this later.

I am hoping that, if I can determine which step actually might error on this, I can simulate that during adding or editing a task, and throw an exception, and reveal the issue to the user. That seems like the quickest fix. In other words, we want to prevent the user from editing a task towards this state.

Clone this wiki locally