Mario Lopez Martinez

Results 138 comments of Mario Lopez Martinez
trafficstars

adding it to the next release https://github.com/ChaosRecipeEnhancer/ChaosRecipeEnhancer/commit/f3e12c729515e5af866031bf92c3a3db9dcaf4bd the way it works will be a bit different. because some items have the same size, there's a bit of flex. so we...

Sadly no Linux version is in the works since we deliver the app as a windows executable package `.exe` A cross-platform version would require some drastic rework, if not a...

Wow! That is amazing news. Thank you so much for testing this out!

I do not have a lot of insight as a Windows user, but do want to add this to the discussion regarding the OAuth flow: When the program is installed,...

Here's the URL that is generated for that routing: `chaosrecipe://auth?code=&state=`

From: https://learn.microsoft.com/en-us/windows/uwp/xaml-platform/x-bind-markup-extension > The {x:Bind} markup extension—new for Windows 10—is an alternative to {Binding}. {x:Bind} runs in less time and less memory than {Binding} and supports better debugging. I would...

Thank you for this. I wish it were published to the main repo, but for now I will refer to you the new maintainer and be using your changes on...

![image](https://github.com/AngryCarrot789/WPFDarkTheme/assets/23390842/220730b9-157f-4819-8304-3cfdc4784a04) ![image](https://github.com/AngryCarrot789/WPFDarkTheme/assets/23390842/d5fcafbc-7652-4def-9f9c-52c6f7d53601) Looks like we're seeing the same issue, unrelated to the DataGrid, but related to the ContentPresenter that's a part of the [Extended WPF Toolkit's CheckComboBox](https://doc.xceed.com/xceed-toolkit-plus-for-wpf/Xceed.Wpf.Toolkit~Xceed.Wpf.Toolkit.CheckComboBox.html). So a widespread...