Mark Priem
Mark Priem
Hi, https://docs.microsoft.com/en-us/azure/logic-apps/create-single-tenant-workflows-visual-studio-code leads to believe you can run Logic Apps anywhere, including non-Azure hosting. I have a hosted K8s running on a different cloud platform and am testing Logic App...
I've been working on a GeoSpatial Android ARCore App using: - Unity 2021.3.9f1 LTS - AR Foundation 4.2.6 - ARCore XR 4.2.6 - ARCore Extensions 1.33.0 When building the app,...
I'm using Geospatial Anchors and instantiating GameObjects with these anchors as the parent as per the online [documentation](https://developers.google.com/ar/develop/unity-arf/geospatial/geospatial-anchors) ` if (earthTrackingState == TrackingState.Tracking) { var anchor = AnchorManager.AddAnchor( latitude, longitude,...
### Actual Behavior When using the openapi spec for [Azure OpenAI](https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2024-02-15-preview/inference.json) with any supported body results in a `RecursionError: maximum recursion depth exceeded.` and the code execution stops I had...