JarbasAI
JarbasAI
i run skills externally from core via hivemind https://github.com/JarbasHiveMind/LocalHive/blob/master/local_hive/skill.py#L128 but i use HolmesV in order to import the mycroft skill class (without dragging all the other unused kruft, eg, dont...
In ovos we do it like this https://github.com/OpenVoiceOS/ovos-core/pull/9
i think the rationale for the wait was no internet -> no pairing
this doesnt really seem like `v3`, but rather like a general cleanup and making the `create_skill` method optional, it doesnt deprecate anything and is fully backwards compatible, i would go...
> @JarbasAI you're correct this is more of a cleanup. I'll drop the 3 and call it `2_1` in the code next time I update. Regarding the the comments about...
as a workaround try deleting `/tmp/identity-lock` before running mycroft
unrelated to the validator proposal, but for your specific example i recommend you look into ```python def ask_selection(self, options, dialog='', data=None, min_conf=0.65, numeric=False): """Read options, ask dialog question and wait...
there are enough broken and unmaintained packages already, please dont subject us to the unavoidable storm of support requests when whoever makes it stops maintaining it, this keeps happening over...
[This post has been edited a bunch of times to expand on the initial ideas] the `SYSTEM` level config is reserved for administrators/needs `sudo`, the conflict here emerges at the...
small note, the 2 way sync isn't really needed in the options i mentioned in my previous comment, it's more of a usability thing than anything else it should be...