Alexey Strakh

Results 9 comments of Alexey Strakh

I was able to transform it via flip and shift to width/height but I supposed it shouldn't be that tricky: ``` let vnBox = newObservation.boundingBox print(String(format: "-> VN box |...

Getting the same error here when trying to test Ooui.Wasm + Forms published as a static website. The static page is loaded and initial Xamarin.Forms layout is rendered but button...

By the confirmation from the author, this is a known issue and the Ooui SDK to be adopted for .NET 6

And if you run via dotnet CLI, another error appears (only if xaml page is present and InitializeComponent is called from the constructor): ``` dotnet run --project ooui-wasm.csproj /Users/astrakh/.nuget/packages/ooui.wasm/0.14.16/build/netstandard2.0/Ooui.Wasm.targets(17,3): error...

Looking for the same answer too. Specifically the guide on how to run Xamarin.Forms with Ooui.Wasm. The link redirects to the repo root: https://github.com/praeclarum/Ooui/wiki/Xamarin.Forms-with-Web-Assembly

I'm seeing the `close` event in my logs after which my bot goes offline. How can I always keep the bot online? What is the way to properly restart the...

I found some confirmations that the entitlement is needed ([get-task-allow](https://stackoverflow.com/questions/45827865/how-can-i-use-safari-to-debug-a-wkwebview-in-my-mac-app)) to have the Safari inspect tools work, but also confirmed that Xcode doesn't include any entitlements for a Cocoa app...

I'm following [this guide](https://github.com/dotnet/docs-maui/blob/main/docs/ios/deployment/entitlements.md) and have added the `Entitlements.plist` with the required value and registered it within a property group property `CodeSignEntitlements`, although it the build logs I don't see...

@hieunguyenmsft the same crash is being reported in my Firebase console, and I use MSAL iOS (1.2.3) with webviewType = .safariViewController (SFSafariViewController). This issue was closed as completed, is there...