JarbasAI
JarbasAI
that plugin using [ovos-plugin-manager](https://github.com/OpenVoiceOS/OVOS-plugin-manager) which is backwards compatible but has lots of improvements as a dependency, that RemoteTTS class is [not the same](https://github.com/OpenVoiceOS/OVOS-plugin-manager/blob/dev/ovos_plugin_manager/templates/tts.py#L980) as in mycroft-core and properly uses `get_tts`...
i hit this here https://github.com/OpenVoiceOS/OVOS-workshop/blob/master/ovos_workshop/frameworks/playback/interface.py#L484 i was assigning 2 keys under "media" and they did not propagate, because they dont hit the `__set__` method from the GUI class. also note...
this issue probably should be moved to selene repo since thats where STT happens this setting is not supported by the speech recognition package, but can be enabled/disabled if you...
like @ChanceNCounter said there is a hivemind component that loads skills in isolation https://github.com/JarbasHiveMind/LocalHive
I've had a device run out of disk space because of this (id say it took at least 1 year, probably more) I now rotate my logs https://github.com/OpenVoiceOS/ovos_utils/blob/dev/ovos_utils/log.py
this feature has been implemented in ovos, see https://github.com/OpenVoiceOS/ovos-core/pull/150
`get_response` is meant for the general use case, `ask_yesno` has always (AFAIK) been meant for confirmation , and there is also `ask_selection`. so while i agree with @penrods rationale, that...
PR opened, i went with @ChanceNCounter suggestion, but did not deprecate the old ask_yesno Returning the full utterance can be very useful to avoid a follow up call to get_response,...
in general i think skills should be designed for one mechanism or the other, and the mechanisms should coexist some skills are core functionality (eg, stop) and could be handled...
`pip install -e /path/to/skill` might need a restart depending if reload is implemented or not