Pavel Anpin

Results 18 issues of Pavel Anpin

**Is your feature request related to a problem? Please describe.** Avalonia is very slow on Android with a single page with 64 x 64 matrix of buttons nested in ScrollViewer...

enhancement
perf
os-android

### Description Uno.WinUI target has some missing dependencies and nuget package `8.1.97` is not compatible with current version of `Uno.WinUI` targeting `net6.0` ### Steps to Reproduce 1. clone `master` 2....

bug
to verify

hi, I think I found a bug in https://github.com/bigskysoftware/htmx/blob/33332b1cec59307e4924fcc1707f05bf99482078/src/htmx.js#L506 On browsers without `Element.closest()` it doesn't return null, so this line evaluates as false positive condition leading to improper behavior https://github.com/bigskysoftware/htmx/blob/33332b1cec59307e4924fcc1707f05bf99482078/src/htmx.js#L1257...

### Describe the bug Hi, first thanks for your effort with this project it really seems like I can optimize my UI tests with it. Second, I'm trying to test...

bug

### Description I've got following exceptions in a project I'm working on, so I tried to create repro with similar layout, but it doesn't throw the exception, however it doesn't...

t/bug
platform/android 🤖
p/2
area-controls-listview
s/verified
s/triaged

Hi, thank you for your effort with this project! I found that `streams.fsx` example is throwing following exception when I do `dotnet fsi ./streams.fsx` ``` System.InvalidCastException: Unable to cast object...

**Version Information** Version of Akka.NET? 1.5.13 Which Akka.NET Modules? Akka and Akka.Streams On net472 target TcpStreams extensions logs out unnecessary error message when attached TCP flow is terminated. The message...

confirmed bug
up for grabs
akka-io

### Description Paket hangs when given git dependency with branch other than master. I'm using git version 2.40.1. ### Repro steps Run this script ``` #!/bin/sh mkdir -p paket-repro &&...

### Description EventToCommandBehavior with RelativeSource binding throws InvalidOperationException. The exception is thrown at this [1] line and it seems that `targetObject` which is an instance of `EventToCommandBehavior` can not be...

bug
MAUI

### Description Content of a PrismNavigationPage has inconsistent layout on MAUI iOS and MacCatalyst. Not sure if this issue belongs here or upstream in the MAUI, but I can reproduce...

bug
to verify