Miguelángel Fernández

Results 14 comments of Miguelángel Fernández

Same problem here. I tried it with Gulp 4.0.2 and I got this. Went down to Gulp 3.9.1 and it works. So it seems there's been a breaking change somewhere...

I had tried that. I'm afraid it won't work. What happens is that the prompt for the condition fails to be evaluated and I just get _"Sorry, I didn't get...

How would I go about solving this with a webhook?. This would require calling the webhook in between the slot being filled and it being resolved, so I can capture...

I see. But then does that mean that what's available in the prompt templates using `$` is not the same as what's available to a webhook in the `conv` object?...

I'm facing a similar issue. When the `JOVO_PORT` environment variable is set to anything other than `3000`, then the requests coming from Alexa and Google Actions through the Jovo Webhook...

Ok. I found out why. I had an attribute in db.json [here](https://github.com/mig82/iron-bank-of-braavos/blob/949130b8e66011e4b17d3357dd0aabdcc4ba55e6/db.json#L231) which was a timestamp. "timestamp": "2020-04-02T17:26:13.265Z" This was causing an error.

I was through the same problem. In my case I was trying to declare the type of `resolvers` so I could pass it in as a parameter to a function...

Thank you @goto-bus-stop. That did the trick. Except it then defines the resulting lib as a UMD. I'd like a way to stop Tinyify from removing dead code. But apparently...

Just to clarify, the console output I'm getting while trying this out is below. Notice how I start by saying `say 5 words of lorem ipsum` and it starts off...

Thank you @m-ripper. I've tried your suggestion but I'm getting this error: ``` src/app.ts:26:12 - error TS2341: Property 'addCorpus' is private and only accessible within class 'NlpjsNlu'. 26 nlpjsNlu.addCorpus('./models'); ```...