forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 0
update to lastest dev #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes overriding settings from listener config
Feature/geolocation api
- Workaround, ensure asyncio event loop is launched on each thread.
Add more time idioms (half past, etc.)
cleanup python2 unicode
Update adapt so there are no version conflicts for six
The clean will remove any files and directories installed onto the system by the dev setup including pairing, skills and log files.
The dependency was previously added to try to suppress the SSL version warning on the mark-1. This has been resolved via upgrading the mark-1 so the requirement is not of any importance right now.
Improve speed of pronounce_number_en
readd fedora installation
- Simplify broken test and make it work on python 3.8 - Add python 3.8 to mandatory test cases
improve test runtime
- Add LICENSE file as part of skill creation - Colorize the output - Add basic manifest.yml as part of skill creation - Fix passwords containing quotes (")
Fix using of hotword structure for custom wakeword
Add --clean option to dev_setup.sh
At some point during refactoring the ability to hit Ctrl+C to exit the basic CLI was lost. The signal.SIGINT handler is needed by the graphical GUI, but it interfered with the use of sys.stdin.readline() in the simple CLI. Rearrange the installation of the handler for only the GUI. To test, run: mycroft-cli-client --simple Then hit Ctrl+C. Before this change nothing happens (you just see the "^C" printed out). After the change it exits as expected.
Restore Ctrl+C exit of simple CLI
Remove cryptography dependency
Upgrade msk to 0.3.14
When mycroft_skill.find_resource fails to load a resource for self.lang fall back to lang 'en-us' as most skills/resources are available in english by default. ==== Fixed Issues ====
Fix broken test case on Python 3.8
Fallback to 'en-us' when resource fails
Fixing dev_setup.sh for Arch Linux
removing the tmp files needed the recursive flag
Fix --clean option of dev_setup.sh
Fix extractnumber_en failure on "%" (#2110)
use default python version on redhat
…nado Workaround for gui connection
If hotword entry is missing either add from old listener location
- Proper docstring - " -> '
The DEBUG, has been filtered by default. This will disregard the DEBUG filter completely since the same effect can be achieved by setting the debug level using ":log level debug".
Disregard DEBUG entry in CLI filter
Make sure hotword entry has phonemes and threshold
Add support for the Porcupine wakeword engine.
Flagged by flake8 after merge
Fix incorrect porcupine shutdown and Exception
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
(Description of what the PR does, such as fixes # {issue number})
How to test
(Description of how to validate or test this PR)
Contributor license agreement signed?
CLA [ ] (Whether you have signed a CLA - Contributor Licensing Agreement