Tom Beckett
Tom Beckett
#.3 Is also fine for me. We're using fully managed devices which provides the assumption we're controlling which other apps are on that device. Will we be able to set...
@christianrowlands Sounds good! I've done some work my side based on your Intent example above. I'd be very happy to give a preview version a go if it helps with...
@christianrowlands Just an FYI we've successfully integrated it into our app and pushed it out to beta testers. We're currently using a sideloaded debug APK for Network Survey (just to...
While I'm not against this approach (anything that speeds up builds its great!!), the version of SAM in this docker image is very old. Just something to be aware of...
Just to add my voice to @cedricbraekevelt . I'm also trying to get SSO working on Azure. I'm using the same settings a the previous reply and I've also tried...
We've managed to get Tapir working using the following settings: ```terraform env { name = "QUARKUS_OIDC_PROVIDER" value = "microsoft" } env { name = "QUARKUS_OIDC_TOKEN_CUSTOMIZER_NAME" value = "azure-access-token-customizer" } env...
@PacoVK I've got a TF example that deploys to [Azure Container Apps](https://azure.microsoft.com/en-us/products/container-apps). Would this be useful?
@cedricbraekevelt Absolutely, its fairly rough and ready but I'll raise a PR this weekend 👍
@cedricbraekevelt @PacoVK I've raised a PR with an example. I've also included a basic `README.md` with some info if you've never deployed Tapir before. Feel free to remove this if...
I had the same thing. Luckily after `Reset Docker to factory defaults` I restarted my MacBook and that seemed to sort it.