auwsom

Results 55 comments of auwsom

My workaround is to use the portable installation mode which moves the AppData folder inside the main program folder, then move that to a VeraCrypt volume. I use Smart Retention,...

Thanks @el-tocino for the quick response. - Because as my other issue says I tried to use the Docker image last week and I had errors when I would to...

@krisgesling Thanks. That project is designed with a separate microservice for about 8 parts of Mycroft. After a week of plugging away at it, I've finally got a docker container...

@krisgesling, Great thanks for the info. I finally arrived at the crux of the problem with the official docker image.. and it turns out to be quite simple. The `docker...

`sed -i 's/export HISTCONTROL/#export HISTCONTROL/' ~/.bashrc`

Actually, just putting: ``` self.speak('what was that?') self.bus.emit(Message('mycroft.mic.listen')) return True ``` in place of: ` #self.speak_dialog('unknown')` in fallback-unknown seems to work..

@krisgesling , yes, I see those there. In the back of my mind I figured they were for localization. However, as skills scale up, starting complex drastically increases complexity. For...

Speaking of, I need to understand 'contexts' next, and/or how I can use some kind of fallback skill to catch all commands of a single context, without having the commands...

How would I add custom trigger words such as 'CLI' to the speech recognizer? Is there a way to build simple acryonyms or short words from phonemes as in the...

@krisgesling , thanks, that helps.. Im actually using Mimic locally, so I figured there would be a way to customize it. But maybe I shouldnt do that if I plan...