José Manuel Nieto

Results 84 issues of José Manuel Nieto

Maybe they can it only be applied to FrameworkElements. **EDIT:** I have just discovered that I can be applied to a MultiBinding only just change the Type Parameter of its...

Given this XAML, I expect that upon pressing Enter in the PasswordBox, the Focus should be set to the Button. However, the TextBox is focused instead. ```xml CONTINUE ``` IMHO,...

It's rendering over a white background. I would like it to be transparent. Thanks in advance :D

Hello @praeclarum! I'm trying to use your CLanguage. I'm a bit lost. This is what I have so far: public class UnitTest1 { [Fact] public void Test1() { var sut...

It's already there for the command line tool, but we should have it in the GUI, too. Also, allow the scripts to get an optional wim in case they need...

enhancement

I have created a simple .NET Core console application with this line to execute the `Command` ``` try { rootCommand.Invoke(args) } catch { Console.Error.Write("Something bad happened"); } ``` But when...

This adds a generic coin selection dialog that can be reused. It's already integrated in the Send flow when the **Manual coin control** toggle is selected. *Alternate version of https://github.com/zkSNACKs/WalletWasabi/pull/8975*...

size/XXL

This adds parent expansion when looking for a transaction.

size/M

# Request Provide a way to bring a given item into view. # Why? When we need to highlight an item, E. g. a search feature, we'd need to bring...

I wanted to create a feature for TreeDataGrid and found that it was almost impossible to do it without having at least: - A way to get the items in...