mycroft-core icon indicating copy to clipboard operation
mycroft-core copied to clipboard

Mycroft Core, the Mycroft Artificial Intelligence platform.

Results 134 mycroft-core issues
Sort by recently updated
recently updated
newest added

## Description Experiment splitting skilltest into 2 set run in parallel. Hopefully this will reduce the total test time. Still todo: - Make the docker building more effective - Reporting...

Status: Work in progress
CLA: Yes
Type: Tests

## Description This adds configurable values for required free disk space per TTS service. If free disk space falls below these values, the temporary TTS cache will be curated. Split...

CLA: Yes

**Is your feature request related to a problem? Please describe.** TTS engines are currently configured to use a specific file extension. The only reason for this seems to be to...

Status: For discussion

Multiple intent handlers without name (or the same name) will cause a Mycroft to trigger the intent handlers 2 times when 1 of the registered intent handlers are triggered. For...

Type: Bug - quick

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...

Type: Enhancement - proposed

**Is your feature request related to a problem? Please describe.** Feature request to refactor skill settings path to be consistent with `self.file_system`. Current behavior creates 2 separate directories for skill-specific...

Chatting with @JarbasAI last night and discussing the multithreaded event emitter in the messagebus client and the fact we don't guarantee the execution order of the different threads. @JarbasAI suggested...

Status: For discussion

**Describe the bug** I use a Jabra USB Microphone/Speaker combi at a Picroft. If i remove the USB device and attach it again it does not work until i restart...

bug

## Description This re-orders the `mycroft.conf` priority order to use remote settings over device defaults. Currently the priority order is: 1. Default - from mycroft-core 2. Remote - home.mycroft.ai 3....

Type: Enhancement - proposed
CLA: Yes
Status: For discussion

**Is your feature request related to a problem? Please describe.** There are currently multiple ways that a single Skill is referred to eg HelloWorldSkill vs hello-world-skill vs hello-world-skill.mycroftai etc. This...

Type: Bug - complex
Status: For discussion