JarbasAI
JarbasAI
you have licensed your code under MIT, but since it depends on mutagen it must be licensed as GPLv2. Unfortunately you do not have the freedom to choose your own...
the base gui class only syncs values for top level keys - self.gui["x"] = y -> syncs - self.gui["some_dict"]["x"] = y -> does not sync proposed fix https://github.com/HelloChatterbox/HolmesV/commit/64b77f297eadda6eca55f1e990934d5ba867d1cc
in MycroftSkill the following assumption is made `# The self.stop() call took more than 100ms, assume it handled Stop` I personally disagree with this, either stop was handled or it...
error parsing address, this address was reverse geocoded from 38.97, -95.23 ORIGINAL STRING: Kennedy Glass, 730, New Jersey Street, East Lawrence, Lawrence, Douglas County, Kansas, 66044, United States of America...
This issues is intended as a reference list for skills missing in the repo, so they can be found, tested, potentially fixed and submitted Does it need to be the...
Hi, i think MycroftOS is a great idea! Since it is aimed at raspi3 for now, it would make sense to support some common mic arrays, Maybe also support some...
big refactor and cleanup in progress needs https://github.com/JarbasHiveMind/hivemind_websocket_client/pull/15
add support for binary data, useful to send/receive files to/from clients