skills
Here are 310 public repositories matching this topic...
-
Updated
Jan 22, 2020
I make a lot of commits with small changes
When using a pocketsphinx wakeword mycroft tries to load a language specific model. If the model doesn't exist the load fails. (report on the forums)
This should be handled by using a fallback mechanism, so if no language specific model exists it should log a warning and fallback to using the english model that is included in mycr
-
Updated
Jan 21, 2020
-
Updated
May 27, 2020 - CSS
-
Updated
Jun 1, 2020 - TypeScript
-
Updated
May 11, 2020 - HTML
-
Updated
May 13, 2020 - Java
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
Not sure if this is the correct place to open issues for the marketplace, but I figured it was probably close enough.
This is definitely opinionated, but I don't think a skill's README should be parsed for the Marketplace. I think it would be better to instead use a separate, dedicated file, e.g. a MARKETPLACE.md. By looking for this new file first and falling back to the README if the n
-
Updated
Mar 5, 2020
Is your feature request related to a problem? Please describe.
We need a clear design guide how to properly generate an own theme.
Also only ONE place to save would be nice.
As stated in:
https://support.chamilo.org/projects/chamilo-18/wiki/Design_conventions
CSS files¶
CSS files MUST be placed in their own folder in app/Resources/public/css/themes/{theme}/ and MUST be named by l
Hello All,
I built my skill following this tutorial -> (https://github.com/alexa/alexa-smarthome/wiki/Build-a-Working-Smart-Home-Skill-in-15-Minutes) and I want to customize the commands like saying "Thunder" and the lights turns on, has anyone tried this before ?
-
Updated
May 17, 2020 - JavaScript
Are there any more examples apart from those in the read.me, for example, does it handle the certificate checking needed if you host your own web service?
-
Updated
Feb 18, 2019
I've been trying to setup an Alexa bot that talks to Azure without success. First I tried to deploy the sample project but I kept running into exceptions being thrown by the Logger.
After removing the Logger from the application I finally managed to get something working.
However, whenever I try to type start skill in the Test Console I keep getting that an error:
There was
Improve codecov
Currently the code coverage is around 70%. Need help to write tests so as to obtain a code coverage above 90%
-
Updated
May 29, 2020 - HTML
Python Basics
Python basics for new programmers
Title: Python basics for new programmers
Author: Sheryl Bernard
Time to Complete: < 2hrs
Gives a very high level overview of python in a fun way
We currently show only first 100 authors on /people and /users pages: https://github.com/learn-awesome/learn/blob/master/app/controllers/people_controller.rb#L57
We should make it easy to browser, search and explore authors and users.
-
Updated
Apr 20, 2020 - JavaScript
Udacity offers various nanodegree. Create a file name inside downloads folder "Nanodegree Name.md" and write download links of the videos in it.
Carpentry BOD Script
UOSteam Scripts has yet to add a script for Carpentry BOD. This would be a great first issue.
Here's a Blacksmith BOD script for reference to maybe get you started. If you want to take this on and need some help, please feel free to post here with questions.
Thanks!
https://github.com/her/uosteam/blob/master/resource/BlacksmithBOD.uos
Improve this page
Add a description, image, and links to the skills topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the skills topic, visit your repo's landing page and select "manage topics."


A negative effect could potentially kill a unit. We need to check if the unit is still alive after executing the effects and return early if the unit died. Example: a "poisoned" effect (it doesn't exist, at least yet) that damages the unit turn by turn.