Ross Gardiner

Results 63 comments of Ross Gardiner

Interesting. I am definitely on the latest commit. Just to be sure that I have things set up correctly, I also tried substituting the `textWidget` code directly into one of...

I spent most of today trying to debug this but without much success. Unfortunately I don't think I quite have the knowledge to effectively fix this ☹️ I noticed that...

This would be very useful for my use case: dynamically deploying MediaLive broadcast pipelines. I don't really see shelling out to the CLI as a viable option.

This workaround has been really useful for me. We are [now using it](https://github.com/clowdr-app/clowdr/blob/f6a85a724b136ab94e6a6c020baa5f991cedd12a/services/playout/src/aws/aws.service.ts#L60) to dynamically deploy our MediaLive+MediaPackage+CloudFront stacks at runtime. To keep things relatively reliable and avoid request timeouts,...

Another strong vote for this from me.

I have been using Node's built-in `promisify` function for [Clowdr](https://github.com/clowdr-app/clowdr/blob/main/services/actions/src/lib/vonage/vonageClient.ts). You lose a bit of type information in the promisified version of the function, but it works!

This sounds like it might be part of the Auth0 flow, which we don't have much control over. I guess we should try to repro this to understand the behaviour...

Thanks, this is a useful perspective to have. The main difficulty we have in Clowdr's UI compared to Discord/Slack is that, alongside chat, we _also_ need to display the conference...

> AWS README > > In step 4: cp cdk.context.json.example cdk.context.json > AWS Configuration: make XXXX as default values for "clowdr/openShotKeyPairName" and "clowdr/openShotCertificateArn" We should be ripping out all references...

It's important to consider the following: * People may want to present a different view of themselves depending on the event they are attending (e.g. depending on whether it is...