Matthew Riddell

Results 33 comments of Matthew Riddell

This one on the back burner?

I think there were some changes to free Heroku accounts lately? Yeah: [Heroku Announces End Of Free Services](https://www.i-programmer.info/news/84-database/15693-heroku-announces-end-of-free-services.html)

I came across the same problem and fixed it today. It doesn't matter how you fill the array in the demo - it will always be the same. You need...

@bkarv `projects/zxing-scanner/src/lib/zxing-scanner.component.ts`

Have a look through the source code at `bezierIntensity`

Anyone have a hint on how you'd set this up using craco or something in a React app? At the moment the library is unusable in a React app. I...

Yeah I'm having the same problem. I'm trying to maintain state even over crashes so I do the following: Save bridges to DB when created/delete when destroyed If I start...

Looks like in my case I should be able to subscribe my application to the bridge but I can't see how to do that from ari-client

I didn't get the bridge destroyed but I guess that's because it just sits there empty. I subscribed to the channel destroyed and then checked for empty bridges to destroy...