Åke

Results 31 issues of Åke

The [use_settings parameter](https://github.com/MycroftAI/mycroft-core/blob/dev/mycroft/skills/mycroft_skill/mycroft_skill.py#L119) for the MycroftSkill was a bit of a hack when we added it. Basically it was because Padatious ran as a Skill and we didn't want it...

Status: For discussion

# Steps to reproduce: Import a po file like: ``` # HEADER msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-02-07 10:17+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME...

[The number of choices](https://github.com/MycroftAI/enclosure-picroft/blob/buster/home/pi/auto_run.sh#L113) show 1-6 instead of the listed 5 choices.

This upgrades mycroft-spotify to include the following new commits: - [Simple VK tests](https://github.com/forslund/spotify-skill/commit/f9b9045baa1fa80c49b070503d885172ec355ce3) - [Merge pull request #177 from osheroff/21.02](https://github.com/forslund/spotify-skill/commit/b321c772e0ec11c4f9c6d6a128ab5498aacb5d11) - [add pointer to install beta version](https://github.com/forslund/spotify-skill/commit/77ad488db74955ddef922604b31c44b0bbb48ccb) - [Add pmulh...

## Info This PR adds the new skill, [game-underwater-adeventure](https://github.com/forslund/underwater-adventure-skill), to the skills repo. ## Description Explore your surroundings looking for tools and equipment that can help you escape the sunken...

## Info This PR adds the new skill, [mycroft-desktop-launcher](https://github.com/MycroftAI/skill-desktop-launcher), to the skills repo. ## Description Launch applications on the Linux desktop, and close them when done. Created with [mycroft-skills-kit](https://github.com/mycroftai/mycroft-skills-kit) v0.3.13

new
needs validation

## Info This PR adds the new skill, [repeat-recent](https://github.com/MycroftAI/skill-repeat-interactions), to the skills repo. ## Description Created with [mycroft-skills-kit](https://github.com/mycroftai/mycroft-skills-kit) v0.3.16

new
needs validation

This removes the requirements.txt and package list in setup.py in favor of the list in requirements/prod.txt and should resolve #172 It also bumps the numpy version to 1.16.2 to match...

#### Description Multiprocessing pools can't safely be used in a threaded context in Python 3.9+. This replaces the multiprocessing Pool with a ProcessPoolExecutor from concurrent.futures. See https://github.com/MycroftAI/mycroft-core/issues/2799 #### Type of...

Currently master will show an angry red X if the version was not changed. This is due to the fact that the tag-if-needed will not set the version and lazily...

bug
CICD