Kris Gesling

Results 277 comments of Kris Gesling

Thanks @mcdonc, I hadn't seen supervisord before, and haven't had a good look through the package yet, but we had been thinking about whether to go down a similar path:...

Hey thanks for writing up a ticket. It's definitely on our radar to fix properly, but this isn't as simple as saying "record earlier". The OVOS patch records more audio...

Hey Luke, not naive at all. What you describe is what we're moving to and early tests are proving positive. Essentially the system maintains an audio buffer and the wake...

Hi there, As you've found, Mycroft is not setup well for non-development desktop purposes at the moment. The pull request I've linked above is intended to provide the ability to...

Thanks for writing this up James! @chrisveilleux just making sure you see this.

Hi there, thanks for submitting this issue. It is something that we are working to simplify and in the long-term have supported releases for major platforms like the Ubuntu family...

Just been on a test writing spree and this came to mind so I've extended Ake's new tests to cover `ask_confirm()`

`None` is still falsey so you can do: ``` if ask_confirm('question'): # Confirmed else: # Either explicitly no, or None ``` The bigger difference here is that `ask_yesno()` will return...

Hey fermulator, This is a known problem unfortunately, and it's most likely the wake word. We're doing some work on Precise at the moment and hoping to improve it's handling...

Hey, we know that the wake word is not as good at detecting women's voices. The biggest issue currently is that we don't have enough training data from female users....