Marko Grdinić

Results 95 comments of Marko Grdinić

You can see it in this [Youtube video](https://youtu.be/m8Te-3rTopI?t=835) at the specified mark. I'll be using Blazor.Diagrams for the project I am doing so check it out!

I only used Blazor for the last third of the video, so a minute or two before the mark I linked to you. During the first 2/3rds I've been trying...

@pfh59 I think what I did was not have it open when clicking on the node. I forgot how I did that by this point though.

Repo: https://github.com/mrakgr/helix/tree/zoom-error ``` net7.0 enable enable 11 ``` The dotnet SDK version I am using is `7.0.302`. I'll try disabling virtualization as soon as I figure what that is.

I am confused, is virtualization something that the MudBlazor components are using under the hood? How do I turn that off?

Yeah, that helped a lot. I can't get it to trigger anymore.

Also, I just tried changing the keybindings for StrFaces layer and even if I save and restart the program, the changes don't seem to be taking effect.

``` tensorflow 2.9.2 requires protobuf=3.9.2, but you have protobuf 4.23.2 which is incompatible. Successfully installed bs4-0.0.1 markdownify-0.11.6 six-1.16.0 ``` Actually, seeing further in the output, it seems some of the...

``` # Import launch.py which will automatically run the install script but not launch the WebUI. import launch launch.prepare_environment() ``` Mhh, it installs protobuf using this, so I am not...