Results 54 comments of Emilia

Wanted to bump / put in a vote of confidence for this! I'm currently flattening my output structure with a few lines of bash in my processing pipeline (https://github.com/lazerwalker/tracery-dot-app/blob/b3f0bf2022faac7560a5accfaee446424d0ae167/package.json#L14) but...

Makes sense to me, although it is sad to see this project flounder. I'm happy to put in the gruntwork of forking + pushing to npm + maintaining if @safu9...

Just wanted to +1 this. I'm really eager to switch to this from Deckset, but not having an easy flow for loading local images is a total dealbreaker.

I'd recommend trying to manually go to the URL in your web browser that your JS is trying to load. When I got errors like that, it meant that either...

You don't want the URL to be your local filesystem filepath, it needs to be the URL hosted by your local web server so your web browser is capable of...

You have copies of the models/weights hosted somewhere they're accessible from a web browser (looks like ggc.world/weights from your screenshot). Your current JS code tries to load the weights from...

Yeah, that tracks with my experience as well. Playing an audio stream is essentially entering a separate mode that means your skill gives up control of playback and control flow.

FYI, the CI failures (at least the ones on the latest node) are coming in via dtslint, the linter for our TypeScript type definitions. You need to add the new...

I'm afraid this isn't really possible right now — it's a hard limitation of the Alexa Skills Kit API. If there's a clever workaround as a client, I haven't figured...

If someone who's gotten this working has advice for how to improve support in this library, we'd love to see a PR! :)