Alexander Prokhorov

Results 81 comments of Alexander Prokhorov

> Make a `Using` exception for System.Linq because it's pervasive and well-understood. I'm not making a claim this is the case for the OP, but some libraries implementing alternative LINQs...

I have lyrics panels in separate tabs in the sidebar (with DUI) and was confused when the OpenLyrics tab didn't show anything. I constantly switch between the tabs (DSP/Lyrics3/OpenLyrics/Playlists/Log) and...

If I'm not mistaken, this behavior is by design and not a bug. Avalonia/WPF layout system doesn't provide enough information to implement layout precisely like in the CSS flexbox specification....

@johnnyd-78 `-9` — сейчас опция по умолчанию, как я понимаю, поэтому выбрал её. Попробовал `-e 2 --reverse-frag --wrong-seq` с редиректом DNS и без. На заблокированных сайтах симптомы прежние (то грузит,...

I've already reported it. Wondering how many reports it'll take for Microsoft to catch on.

Tried fixing the problem by applying straightforward changes: ```diff EventBinder.AvaloniaPreview/EventBinder.AvaloniaPreview.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventBinder.AvaloniaPreview/EventBinder.AvaloniaPreview.csproj b/EventBinder.AvaloniaPreview/EventBinder.AvaloniaPreview.csproj index 15570e7..b3a554a 100644 --- a/EventBinder.AvaloniaPreview/EventBinder.AvaloniaPreview.csproj +++...

@tophf I do understand that dealing with adjusting the matching rules of every section individually would be a pain in the ass, and I'm not even sure it can be...

My use case is viewing an image with complex alpha. There's no reason for the grid to disappear because it's never fully obscured. Isn't the main use case for alternating...

> As you are playing with render method can you see if removing the `&& (!IsHorizontalBarVisible || !IsVerticalBarVisible)` condition solves your problem? It solves 80% of the problem. The behavior...