-
By default mycroft will listen on `0.0.0.0` if `service_config` is `None` or an empty string.
``` python
application.listen(service_config.get("port"), service_config.get("host"))
```
https://github…
-
I see that not having `load_data_files` call `load_regex_files` was done on purpose, according to the first comment on https://github.com/MycroftAI/mycroft-core/pull/222, however, it seems strange to …
-
I created a simple bash script that will run the three scripts listed in the README in detached screens and append to their respective logs.
This is my first time contributing code to another project…
-
When using the start.sh unittest command or invoking the test script directly, unit tests are executed 3 times. This is happening because the runner has been put into the **init** for the root module,…
-
We be implementing Roku Support! Yarb!
Repo: https://github.com/jcarbaugh/python-roku
-
During Pairing Prompt, Mycroft should read URL with "dot" where periods are present. Currently he just does a break between the different parts of the URL and also does not read "ai" as "A, I" as he s…
-
A page should include where the Repo is at, a link to the Contributing.md doc, a link to join the Slack channel, and where the forums are at. And should encourage people to contribute (with fancy lang…
-
This should feed a set of recordings into the `listen` method and verify that in each one the wakeword is correctly detected.
To best simulate real-world situations it might be necessary to have a pe…
-
When I update my profile and cerberus and hit save, nothing seems to happen. The profile seems to be updated properly because when I refresh the page it has the new values, but no message is shown.
S…
-
Mycroft should be able to tell you about himself, as well as be able to respond to phrases directed at him. So `Thanks, Mycroft` should make him respond `You're welcome` rather than searching for `Tha…