Josua Jäger

Results 68 comments of Josua Jäger

Hey @Numpsy 👋 Looks like the `DynamicMemberAccess` attribute was completely missing for components. https://github.com/fsprojects/Avalonia.FuncUI/commit/b0aa279c9760a2be2417230aad267a499bec2d47

Yup, Component constructor needs a render function.

Yeah.. that should never happen. If you can reproduce it let me know and I'll take a look

Good question. In earlier versions of funcUI elmish was the only programming model. With elmish you end up having one gigantic view tree that you need to diff + patch...

@MaxWilson we could make the default configurable.

`DataTemplateView` can you fill in the types here ind make sure the template matches the data type?

The `UniformGrid` control is located in a different namespace (`Avalonia.Controls.Primitives`) than most Controls. You need to open that namespace in order to access the DSL extensions. `open Avalonia.Controls.Primitives`

@Numpsy I wouldn't expect a fixed time commitment or anything. You'd just keep doing what you're doing right now, but you'd have more rights. (could merge stuff directly, ...) But...

Would you contribute the bindings? I'm not entirely happy with how we included the bindings for data grid in the main library. This creates a transitive dependency on Avalonia.Controls.DataGrid for...