Kris Gesling

Results 277 comments of Kris Gesling

Hey Igor, this is awesome, thanks! For the new TTS and STT modules, we've created a plugin system so that these don't need to be merged and maintained in Mycroft-core....

Yeah that's right, it's not sustainable for us to push everything into mycroft-core. The plugins help keep mycroft-core lighter and make it quicker for maintainers to distribute fixes. Just for...

Yeah, that looks right. There's also more available on PyPI if you want some other examples: https://pypi.org/search/?q=mycroft+plugin+stt&o=

Hey Igor, we need to bump the Lingua Franca version to 0.4.3 in `requirements/requirements.txt` I tried to push this to your branch but understandably don't have write access. That should...

yeah I'll at the very least add log rotation to the Mark II, but we should consider how this is handled universally @PureTryOut as a distro manager, would your preference...

Yeah, this is an interesting one. I wonder if there are a few different levels for us to think about here too. At one level - should we architect Mycroft...

Hey, I can't give you a date when the internal team will start work on it, but better multi-lingual support is one of our top 5 priorities. So it is...

Hey there, I'm curious where you were expecting the YMD format to be used or if your preference is for that to be used everywhere? Take the Mark II Homescreen...

Thanks @firebladed - so much useful detail there. I think the plan is for this to really live in Lingua Franca. As you say we don't want to duplicate and...

Hi there, If you're writing a Skill, the `speak_dialog()` method has an optional argument `expect_response`. Setting this to `True` will activate the listener after the dialog has been spoken. For...