Steven MOORE
Steven MOORE
Sometimes the user just needs to put in 10 seconds of effort. I would mark this as Wont Fix and move on. The tool saves huge amounts of time and...
You can also handle AMAZON.Date in SQL. If you are pulling from SQL Server, it looks like the attached example. [alexaDate.txt](https://github.com/AreYouFreeBusy/AlexaSkillsKit.NET/files/1704699/alexaDate.txt)
I got this error feedback 5-6 times before I turned to this project. After changing it to match this repo, my skill passed. So please double-check your set-up and the...
I did something similar with parsing the Alexa date for a SQL stored procedure: https://github.com/smoore4moma/tms-api/blob/master/database/procMomaAlexaExhibitions.sql The use case is "Alexa, ask {skill} what is happening this weekend" Weekends look like...
I've done this before (requested too much and the browser hangs), but I never thought of it as a problem with RESTClient. Instead you can select "Download response body" and...
I am in total agreement. Postman is nice but you have to login, open your workspace, create the command, etc. Its a good 30 second process, while RESTClient is 5...
It's sad, but this project needs quite a bit of work to update the dependent libraries. I did a `git clone` and npm install and could not get `gulp build`...