New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird bug with to-do list #4
Comments
|
Hi @PGmajev You are right, I experience the same issue. Here is my log where I create the "to do" list and then I enquire about what elements are on the list: This is partially a Mycroft-related issue, as the words "to do" are at first recognised as "to do" and later as "to-do". At present, the skill is very rigid and requires exact matches for list and element names to be processed. What I could do is adopt a more relaxed way to identify list and element names, not sure the best way to archive this would be either:
I am open to comments and suggestions. |
I do not know whether this falls into the responsibility of this skill, but here it goes:
So when I tell Mycroft to create a list called "to-do" it will create a list called "to do" but when I then tell it to list things on my list "to-do" it will actually search for a list called "to-do" and not "to do". Am I the only one experiencing this?
The text was updated successfully, but these errors were encountered: