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
... | |
group :test do | |
gem 'capybara', '~> 2.4.4' | |
gem 'capybara-screenshot', '~> 1.0.11' | |
gem 'database_cleaner' | |
gem 'launchy', '~> 2.4.3' | |
gem 'rspec-rails' | |
gem 'selenium-webdriver' | |
end |
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
% ./run-venv.sh --profile en | |
DEBUG:__main__:Namespace(host='0.0.0.0', log_level='DEBUG', port=12101, profile='en', set=[], ssl=None, system_profiles='/home/pi/apps/rhasspy/profiles', user_profiles='/home/pi/.config/rhasspy/profiles') | |
DEBUG:RhasspyCore:Loaded profile from /home/pi/.config/rhasspy/profiles/en/profile.json | |
DEBUG:RhasspyCore:Profile files will be written to /home/pi/.config/rhasspy/profiles/en | |
DEBUG:root:Loading default profile settings from /home/pi/apps/rhasspy/profiles/defaults.json | |
DEBUG:WebSocketObserver: -> started | |
DEBUG:DialogueManager: -> started | |
DEBUG:DialogueManager:started -> loading_mqtt | |
DEBUG:DialogueManager:Loading MQTT first | |
DEBUG:DialogueManager:Loading...will time out after 30 second(s) |
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
query validators($model: String!, $attributes: Hash) { | |
validators(model: $model, attributes: $attributes) { | |
attributes | |
} | |
} |
OlderNewer