Paddy Keane

Results 18 issues of Paddy Keane

Given that aws-lex-web-ui doesn't require responseCard titles, is there a reason they are required in the Content Designer? Reason I ask is being able to have a single message bubble...

Currently the Alexa welcome message is delivered in the first step of the fulfillment middleware `/lambda/fulfillment/lib/middleware/1_parse.js`. Before the userInfo object has been processed is step 2 `/lambda/fulfillment/lib/middleware/2_preprocess.js`. Amazon's 'Situational Design'...

When Creating a new QnA bot through AWS CloudFormation console it asks for a custom StackName. Can the same be achieved from Cl? i.e as a config.json param? or `npm...

Links generated to add a new event in OWA do not work on mobile devices. This looks to be a problem with OWA. e.g. try this on iOS/Android device: https://outlook.live.com/owa?rru=addevent&startdt=2021-10-10T08%3A00%3A00&enddt=2021-10-10T17%3A30%3A00&subject=A%20EVENT&location=London&body=Blar&allday=false&uid=1623589923665&path=%2Fcalendar%2Fview%2FMonth...

pass in a start date of '2021-09-12T11:30` will give a yahoo link similar to https://calendar.yahoo.com/?v=60&view=d&type=20&title=A%20Event&st=20210912T103000Z&dur=0000 new Date('2021-09-12T10:30:00Z') correctly resolves to Sun Sep 12 2021 11:30:00 GMT+0100 (British Summer Time) but...

### Describe the bug I have an astro project using turbo. When running `netlify dev --live` the following error is produced. I can confirm that `turbo` exists and the command...

type: bug

- `three` version: 0.153.0 - `@react-three/fiber` version: 8.13.4 - `@react-three/drei` version: 9.78.0 - `node` version: n/a - `npm` (or `yarn`) version: n/a ### Problem description: **Expected Behaviour:** 1. When normalMaps...

bug

hi Alex, Trying to get the duration value using AudioFileReader wasn't working. I fixed it but amending the .h file with below and added an empty setDuration: method. @property (getter=getDuration,...