Max Katz

Results 97 issues of Max Katz

### Details Some applications might depend on having WebView2 installed on user machine, and Microsoft actively tries to push developers to use it, deprecating (or even already breaking/removing) older native...

enhancement

Xaml: ```xaml ``` When I replace DynamicResource with StaticResource everything works.

bug
help wanted

DataTriggerBehavior currently executes actions when specific condition is executed as true, as expected. But DataTriggerBehavior does not execute anything when it was attached and initial condition is true as well....

bug
help wanted

Github providers doesn't support two-factory authentication. Tested on 897fb96 master with Avalonia host. ![image](https://user-images.githubusercontent.com/3163374/53682020-3595a180-3cfa-11e9-8cde-cec731c4e251.png)

help wanted

### Discussed in https://github.com/AvaloniaUI/Avalonia/discussions/8662 Originally posted by **Jeremyltw** August 3, 2022 Currently, using the autocompletebox, when a user types in a text, the filtered items popup. If the user uses...

enhancement
help-wanted

## What is the current behavior? Only touch input is handled. Mouse/pen pointer types are not complete or not handled properly. ## What is the updated/expected behavior with this PR?...

enhancement
os-android

## What does the pull request do? See: https://github.com/AvaloniaUI/Avalonia/discussions/7886 ## How was the solution implemented (if it's not obvious)? **More detailed descriptions to be added** In short, two major differences...

enhancement
api
area-xaml

## Describe the Bug I have latest 6.0.200 SDK installed from [dotnet/installer](https://github.com/dotnet/installer#table) repository. Note this version is not yet available to be installed from [MS web site](https://dotnet.microsoft.com/en-us/download/dotnet/6.0). **So this issue...

bug

Hello. Right now, in my application to install the update I need to download new version MSIX and install it by downloaded path with PackageManager.UpdatePackageAsync (I can't use appinstaller, since...

Question

Hi! Since lib generates WinRT related code and uses only ResW, we can't use it in NetStandard1.4 (or any else netstandard) projects. I see, that repository is called 'Res**w**Plus', but...