Joshua Marner

Results 51 comments of Joshua Marner

The line below doesn't look right: ```fsharp { Protocol.ProtoBuf.SaveVocabularyRequest.empty() with Words = { Words = {h}} } ``` Don't you mean something like the following: ```fsharp let wordsFields = RepeatedField()...

Just thought I'd drop this in here, I've been working on an update that allows for bindings to be specified as static view model types rather than list of string...

@bainewedlock sorry about the delayed response. This error happens when you use `Program.mkWindow` in a context where you already "made" the window with XAML. Instead use ` Program.mkSimpleWpf init update...

@YkTru I have some very recent experience with scaling an Elmish.WPF app specifically, so I can help here. First of all I want to acknowledge that it's true that the...

@LyndonGingerich You don't need to delay anymore.

@rfreytag Go ahead and open a Pull Request for it. Modify the existing sample and that will make things easier to look at. They all sound good, especially if you...

@rfreytag I'm sorry, somehow I got it in my head that you had suggested you could make it as a separate example project. I'd say it looks good exactly as...

@LyndonGingerich Wait until #551 is merged I think.

After manually adding a descriptor property on the type requested, I get the following error hitting the generated REST endpoint: ``` { "code": 3, "message": "Cannot dynamically create an instance...

@Arshia001 Do you have any preferences on this? Can we merge the related PR? This is blocking for linux build lines without a workaround that I can see.