Alexey Strakh

Results 11 issues of Alexey Strakh

### Description WKWebView Safari developer tools (inspect option) are not available in a MAUI Mac app. If the same app is created using native tooling Xcode + Swift with no...

t/bug
p/1
partner/cat 😻
area/controls 🎮
s/verified
control-webview
s/triaged

When I'm trying to bind the material `.aar` library with `Xamarin.Android`, tooling raises an error: ``` ../obj/Debug/android/src/com/rey/material/R.java(27,27): Error JAVAC0000: error: variable Spinner_android_dropDownWidth is already defined in class styleable public static...

I've recently started to use a dynamic theme for a Xamarin.Forms app with `AppThemeBinding`. Unfortunately, the Pancake view crashes sometimes after first, other times after several theme switches via the...

I'm trying to make UIKit AV Vision coordinate systems work together and your example of conversion makes sense. Unfortunately, when I'm trying to apply it to face detection approach and...

My Ooui.Xaml project can run and render a Xamarin.Forms page defined in code. But when I switch to a xaml file to define my UI, I'm getting the following error....

I'm building my simple `CollectionView` with Ooui and for some reason, even a simple setup doesn't render elements. I have tested the same code in iOS/Android XF app and it...

For now, the 8080 port is used and the server runs over HTTP only. You can choose another port by setting it in [UI.Port](https://github.com/praeclarum/Ooui/blob/8761451915912753d6e85af889219f0399b5fc7c/Ooui/UI.cs). Is there a way to reconfigure...

I've published a slack bot using [this node package](https://www.npmjs.com/package/slackbots) to a cloud environment and it works great. Unfortunately, in a few days, the bot stops with the following error and...

You have two published nugets, which one to use: `SwipeButton` or `SwipeButtonNew`?

**Short description of the issue**: I'm using RxCocoa and RxSwift to render a UITableView against an array provided by a BehaviorRelay. The code to bind the data is below. In...