Cameron Hunter
Cameron Hunter
I don't see API documentation for list skills yet. I've applied for beta access and will implement annotations for it if possible. Quick note that you can now create your...
Lists API has been made public: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/access-the-alexa-shopping-and-to-do-lists
I ran into this bug today and was surprised. I agree that it feels redundant but `$` _is_ a valid JSON path so, although odd, I expected it to work....
Sure thing, I'll add the repository field to `package.json`. They're on GitHub in a monorepo of Alexa packages: https://github.com/cameronhunter/alexa On Mon, Apr 17, 2017, 16:50 Mike Reinstein wrote: > I...
Ha! That's a good bug. I won't have time to address this but PRs are welcome if you'd like to tackle it yourself.
Good idea βΒ PRs are open if you want to take a stab at it.
Good idea. Is there a package that will parse prettier and editorconfig files that can be used?
I recently added `cosmiconfig`, I can look into `editorconfig`. Of course, contributions are welcome too!
> For example, the following isn't possible with this model without indirections: `(lint & typecheck) && build`. I think this would be possible with the nested array syntax I proposed...
Thanks for your response, @arcanis. Cross-platform isn't a goal for many of our (internal) tools so it's a shame that we have to spin up node to execute a shebang...