Joshua Marner

Results 70 comments of Joshua Marner

I found a workaround. If you install protoc version at least 3.15 to /usr/local/bin/protoc and add `-p:PROTOBUF_PROTOC=/usr/local/bin/protoc` to the `dotnet build` command like so: ```bash dotnet build -p:PROTOBUF_PROTOC=/usr/local/bin/protoc ``` This...

> as the bindings() function is intend to run once. @Userlinger This is only true of the top-level object. Elmish.WPF will run the subModel bindings for each object creation. Also...

@YkTru I can answer one part of the issue for my part: > Alternatively, is there a better time of year for asking questions or submitting proposals? I was actively...

@YkTru Nope you're not doing anything wrong. I think the issue is just that I failed to push a beta with that change. I'll try to get that soon. Meanwhile...

@YkTru You should be able to install 4.0.0-beta-55 and it should have these new bindings.

@TysonMN you are correct. I had hoped to invest some time in the winter, and then other things came up and then piled on again in the spring and now...

So the issue here is to support hooking up a UI-supplied `ObservableCollection` of items? I'm pretty sure (at least WPF) XAML controls are not supposed to ever do that. What's...

Can you give me more specifics into what you're asking? Elmish.WPF already does this for static bindings (for example, if you use `SubModelT.req` you will get back the actual type...