Results 8 comments of Pete Koelbl

I have had this maddening problem as well. after a fair bit of checking I found that the problem is that `for await (const chunk of microphoneStream) ` can sometimes...

I just moved the Style setting to the code behind. I put this line after InitializeComponent(); Style = (Style)App.Current.Resources["BlankWindow"]; Then just removed the style setting from the xaml.

You can point it at other ACRs using these 3 environment variables `BRIDGE_DEVHOSTIMAGENAME` `BRIDGE_RESTORATIONJOBIMAGENAME` `BRIDGE_ROUTINGMANAGERIMAGENAME` However it appears we can't point it at the new repo yet anyway. ``` Error...

With vscode you can point it at other ACRs using these 3 environment variables, i am not sure if they will work in VS2022 `BRIDGE_DEVHOSTIMAGENAME` `BRIDGE_RESTORATIONJOBIMAGENAME` `BRIDGE_ROUTINGMANAGERIMAGENAME` However it appears...

This is actually the dev environment that my company uses. Using vscode and docker desktop with kubernetes enabled. We have a dev-container setup, then we use that to b2k into...