Nicolas Marcq
Nicolas Marcq
Hi, The top right drop-down menu does not appear correctly. Some arrowas are added on top and bottom of the menu but it's pretty difficult to select an item by...
Hi, this is the error I get on ubuntu 18.04 ``` [#] ip link add wireguard type wireguard RTNETLINK answers: Not supported Unable to access interface: Protocol not supported [#]...
The current implementation only support a string path as DB location. This approach is no longer supported on Android 10+ (API 29+) and though new, this API is marked as...
This one is opensource: https://github.com/MycroftAI/mycroft-precise
We are currently using [a lib](https://pypi.org/project/Flask-Testing/) which is not anymore maintained for our flask testing. Refactoring need to be performed to use the internal testing way: https://flask.palletsprojects.com/en/1.1.x/testing/
The Snowboy team has made a [setup.py for snowboy](https://github.com/Kitt-AI/snowboy/issues/73) and the package should be available soon in Pypi. Time for us to implement Snowboy as a lib.
It would be nice if we could distribute Kalliope with a simple deb package. There is some lib in python to do that: - [stdeb](https://pypi.python.org/pypi/stdeb) - [pybuild](https://wiki.debian.org/Python/Pybuild)
Connect to a broker, read a value and quit. Because the existing signal mqtt will trigger an action on each received message. With a neuron, we could have a message...
Just a feature we could propose if the integration is possible. [Here is a doc](https://github.com/snipsco/snips-platform-documentation/wiki/6.--Miscellaneous#platform-configuration). the STT part is actually called ASR (Automatic Speech Recognition). From my understanding the idea...