samolesen

Results 3 comments of samolesen

As mentioned in https://github.com/mermaid-js/mermaid/issues/2629#issuecomment-1367755457 there is a clever workaround that works right now: ```mermaid flowchart TD A --- B B --> A B --- A linkStyle 0,2 stroke:none ``` ```...

fyi, I hit the same error when calling `Contains` on a projectable property like this: `myDbSet.Where(x => list.Contains(x.ProjectableProperty)).ToList();` > Translation of member 'ProjectableProperty' on entity type 'MyType' failed. This commonly...

+1. I would like to add the the wizard specifically mentions that you will be prompted, which never happened for me: ![image](https://github.com/containers/podman-desktop/assets/3702919/3bb21746-433f-4469-9cdd-1a0824b854fc) Starting Podman Desktop as administrator does not affect...