Craig Walls

Results 19 comments of Craig Walls

Follow-up: I still think it should work as described above, but I was able to get it to work with `|` like this: ``` welcomeMessage: | Welcome, you can say...

I understand, but as a reminder, `ask add isp` doesn't actually add an in-skill product...it acts as a wizard for creating a JSON file. And ASK CLI v2 *does* provide...

Note that I am absolutely *not* advocating that the new hello world template completely recreate everything that is currently in the older template. There are a lot of things in...

All that said, I do like the addition of languageStrings.js and the request interceptor that adds the `t()` function to `handlerInput`. Even in a simple skill, externalizing strings like that...

FWIW, given silence on this issue for over a week, I've created my own simplified "hello world" template at https://github.com/habuma/skill-template-nodejs-hello-world. If the official template isn't likely to be simplified, then...

Because of the stale issue message and because I sincerely want this to be added back into the extension, I'm sending this "PING" message to revive this issue. (Well, I...

Per my comment in #25, I'm hesitant to merge this until I know *why* it works for me without this change, but doesn't for you. If there's any further info...

I generally prefer application.yml over application.properties. But can you (1) point out which application.yml you are referring to and (2) explain why you think it should be a properties file...

Ah, so you are using a standalone H2 database, rather than an embedded one. In that case, yes, you would need to set those properties. For the purposes of these...

First, good point on item #1. In fact, that wasn't originally required (earlier versions of the code worked fine without it, but something changed...I don't recall what...and now that is...