Robert Oschler

Results 40 issues of Robert Oschler

I just had a long head-scratching session that could be solved with a simple addition to `audiosprite`. On Linux at least, `audiosprite` uses the directory found in the TMPDIR environment...

I'm having a truly painful time trying to get the Spatial audio working. I've combed through the 3D demonstration many times over, matching my code to its, down to the...

What is the best technique for keeping data that belongs to an individual user separate from other users? My current intent is to start an instance of Tau-Prolog when my...

question

Is there a way to use a typical Javascript IDE debug, for example I use WebStorm, to debug at the Prolog source level with Tau-Prolog? If not, can you describe...

I have scanned the index.js file for this package and I don't see any support for the building of the JSON packages needed to perform various In-Skill Purchasing (ISP) operations....

new feature

I've noticed that when I have the alexa-app handlers active, the normal HTTP URL request logging seems to go inactive. That is, whenever I receive an Alexa Skill request, I...

I used these docs to develop my intent handler that requires an asynchronous call to an external server: https://www.npmjs.com/package/alexa-app#asynchronous-handlers-example The docs give this code sample as an example of an...

question

Does the alexa-app package support video skills? I didn't see a playVideo() method hanging off the response object given to an intent handler so I'm wondering if they're supported or...

PREFACE: Thanks many times over for creating this NPM package! I had a bit of head-scratcher setting up my first Node.js app that uses this package. The first test I...

question

I have noticed that if I try to play an animation with a host that is currently playing an animation, nothing happens. I can't play any new animations until the...