Miguelángel Fernández
Miguelángel Fernández
I'm having issues trying to get this to generate a minified output file. The mentioned output file is empty. I've tried these options. None work. browserify -p tinyify src/main.js >...
I've recently been using the Amplify Core as a stand-alone PubSub library and it works great. The environment I work with is not a browser so there's no use for...
I've found myself in situations where the same listener gets added more than once due to the navigation flows of an application. This causes the `subscriptions` map to grow without...
When a slot is filled, I'd like to use it's resolved value under the hood but still refer to it by what the user said. For example, if a slot...
Hi, I just tried creating one of these fake API's but I'm facing an `Internal Server Error` I can't figure out. Could you tell me what's wrong with it? https://my-json-server.typicode.com/mig82/iron-bank-of-braavos...
I'm trying to use this in combination with [language-jenkinsfile](https://atom.io/packages/language-jenkinsfile) to work on some Jenkins pipelines, and when trying to copy the code as RTF from my Jenkinsfile to document it...
I'm running this analysis in a directory where I have close to 100 Javascript files, one of which has a syntax error -[related to C-style preprocessor directives](https://stackoverflow.com/a/53373026/4124574). ```javascript var mySettings...
I've tried everything I could think of and have not been able to extract a number from an intent sent by the `JovoWebClient` lib. Meaning that `this.$inputs` is always empty...
Is there a way to define a custom template? I'll settle for a hack if this is not yet supported.
Hi, doing a couple of tutorials I've found you have a template for Actions on Google, and another for Alexa Dialog, and another for unit testing and so on. Say...