José Manuel Nieto
José Manuel Nieto
The `hasChildrenSelector` in `HierarchicalExpanderColumn` is only evaluated once. This means that, if the children collection is modified, the selector should be re-evaluated. ## Repro ### I've prepared a minimal repro...
I was trying to overcome [this issue](https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid/issues/128). To do so, I set a new Source every time the model changes, in order to force the `TreeDataGrid` to update its contents....
**Describe the bug** TreeDataGrid's **vertical scroll** is reset when you scroll horizontally. **To Reproduce** Steps to reproduce the behavior: 1. Create a TreeDataGrid with enough content to scroll both vertically...
**Describe the bug** Given an underlying model that implements `INotifyPropertyChanged`, the `TreeDataGrid` doesn't update when the model is updated. **To Reproduce** - For convenience, I've created a repo ready to...
The build.cake file asks for a putty sesion name. Why? What happens if I put invalid data there? BTW, I run the build script and it asks for my my...
Hello! thanks for your template. I would like to have another to create the same, but not a Hello World program, but a Web API project :)
These extensions will allow you combine Results. This is done by combining successful values using a factory + merging errors using a factory ### Example ``` var r1 = Result.Success(1);...
I'd like to know if there's already a method that given a `Result result` When the result is **success** => returns it When the result is **failure** => applies a...
Hi! Congrats on the library! I'm missing a method like the one on the subject line to be able to await a `Task` in case the Maybe has a value....
Do we have to build it locally or is there an installer for convenience? :)