qrzychu

Results 7 comments of qrzychu

When revamping navigation, I would also like something like Router.PushDialog. This is a common scenario (I think), when I want edit an item in another ViewModel and then fall back...

Is there any work planned/started about this? This issue is 9 months old, C# is adopting `init` and records all over the place, but using that from F# not only...

I would actually like something opposite :) I am on ultrawide monitor and popup does not show up over the correct tab: ![image](https://github.com/TheBlob42/idea-which-key/assets/4633810/d20ced93-c56d-4d61-a14f-ea458ed50053) as you can see, I was in...

@danielgerlag any news on that one? still throwing. Fix is easy - just put a question mark there. Any idea why this happens? How should we write our steps to...

![image](https://github.com/danielgerlag/workflow-core/assets/4633810/41018e40-df7e-4f42-9a21-2a9668c536b4) this happens for the `EndStep` class: ```csharp using System; using WorkflowCore.Models; namespace WorkflowCore.Primitives { public class EndStep : WorkflowStep { public override Type BodyType => null; public override ExecutionPipelineDirective...

what should be the body type then?

I guess you could roll out your own version of `SyncWorkflowRunner`, with a method `AdvanceSingleStep` to achieve this