Wouter De Keersmaecker

Results 19 comments of Wouter De Keersmaecker

I'm happy to see the progress as this is still an issue, [here](https://i.imgur.com/8QswwMP.png) is a screenshot of how it looks on my screen. Last year, a forum post was made...

Maybe docs/build.md could also be updated as this project doesn't work with 18.11 anymore but it's still listed as a requirement on the build instructions?

That's a bug, thanks for the example code.

I'll look more into this later. An easy way to fix this is to replace `Value = this.WhenAnyObservable(vm => vm.Input.ValueChanged)` with `Value = this.WhenAnyValue(vm => vm.Input.Value)` or `Value = this.WhenAnyObservable(vm...

Do you have a set of parameters that you would recommend? I've played around with it a bit, but can't find a setup that works very well. (Nodes still fly...

I fixed item 2 in commit aa35e0b, thanks for that. The other two suggestions seem to produce unstable results for me, for example when piling nodes on top of eachother....

> With the suggested value for maxIterations (As in what the sample CodeGenerator app uses) value of 10000, Layout gets nowhere near laying out the nodes. You can tweak the...

Makes sense, I'll put that on the TODO list. Not sure when I'll get to it though, next few months are very busy for me.

I have experimented with various ways to serialize the viewmodels, but this turn out to be much harder than it seems. The build-in serialization frameworks in .net do not play...

@ccgould A quick search seems to suggest that caliburn micro and reactiveui do work together, however since I haven't used caliburn I cannot help you there. If you want more...