Alex

Results 15 comments of Alex

Hey @stuart-clark-45 Based on your feedback, we've made some improvements. Please update your Jovo CLI and let me know what you think.

Hey @alvarocardenasc Please update the Jovo CLI and try again.

Oh yeah, we should also support `` some day. Just `` feels wrong somehow

> @aswetlow I'm assuming the same comment goes for PollyTts about removing credentials and adding libraryConfig? Yes

Hey @NLueg The `@Handle` decorator is a powerful tool for these use cases. https://www.jovo.tech/docs/handle-decorators ```typescript @Handle({ global: true, types: ['AlexaSkillEvent.SkillDisabled'], platforms: ['alexa'], }) handleSkillDisabledEvent() { // } ```

Thank you for the example code. I could reproduce it and there's definitely something wrong with the routing. We'll investigate

> @aswetlow @jankoenig I wanted to merge just the ttscache-s3 files in this PR but accidently also included the commits for tts-polly. Can you help me untangle this? Done

Hey @acerbisgianluca We had this on our list a few months ago and it's still a valid feature request. Here's a workaround for now: ``` declare module '@jovotech/framework/dist/types/interfaces' { interface...

Hey @jrglg Could you provide a code example to be able to reproduce it?

Thank you, this was helpful. I think I found a bug in our _mergeWith implementation: https://github.com/jovotech/jovo-framework/blob/v4/latest/platforms/platform-googleassistant/src/GoogleAssistantPlatform.ts#L71 The $session object isn't merged properly. I might have a fix, but I'm not...