Luke LaFountaine
Luke LaFountaine
I am having a little trouble figuring out how to use the client starttls() function. I am creating the client this way: ``` client = ldap.createClient({ url: config.ldap.url }); ```...
I have tried to implement custom shuffle and loop intents for my action that has audio content. The platform does not seem to support this. The ideal behavior would be...
Currently, the `build` and `update` commands assume success. Since these commands are asynchronous, we need to make successive calls to check on the status of the operation. The [SMAPI docs](https://developer.amazon.com/docs/smapi/skill-operations.html#response-2)...
When you are supporting a larger number of skills, models, or locales, the number of Alexa API calls increases. The requests are often throttled because we are sending too many...