-
I last pulled the dev branch on Monday of this week and I have been experiencing some periodic memory leaks of a very serious nature. The python process running MyCroft has been caught twice consumin…
-
This is open for discussion, but I think it is worth importing a few classes/functions in `mycroft/__init__.py` so that skills can do things like:
```Python
from mycroft import MycroftSkill # vs. f…
-
I've just installed mycroft on Ubuntu 17.04, but have no mycroft.conf file, so nothing is working except cli. Please help.
-
My skill (https://github.com/ChristopherRogers1991/mycroft-hue) works in dd2aa0900c97fb771207dd5945ccb4d4c7abeed7, but does not work from b9a054e6690385677c499e6732064b60cb85f0ec on (those commits are…
-
I've set this up on two machines now, a desktop x86_64 system and an ARM development board and in both cases, within a few minutes, it had used up *all* of the RAM on the system.
Here it is on the …
-
Hi,
I'm trying to extend one skill I have developed adding new regex expression and I decided to create a new file. With the expression:
`(?Pdim|brighten) (?P.*)`
when in cli I type:
`dim so…
-
Right now the "fallback" handling in the WolframAlpha skill gets called for any utterance which isn't recognized as an intent. This is handy for questions like "how tall is the Washington monument", …
-
This command returns:
"suite webterminal doesn't exist."
-
God help me.
## diff of `portable.h`
```diff
diff --git a/portable.h b/portable.h
index 7781376..5806de4 100644
--- a/portable.h
+++ b/portable.h
@@ -123,6 +123,13 @@
} while (0)
…
-
1. Maybe Mycroft should first check the defined words from skills. Example: if i say pause and i have defined pause in my third party skills I would almost always want him to understand pause rather t…