Haytam Zanid

Results 197 comments of Haytam Zanid

Hello, This was my concern for quite some time now. The number of JS calls gets higher with every new node and port, so it's only fair that the performance...

I tried both your sample projects and I'm very confused right now... In the fork project, both branches have the same performance (at least visually, I didn't time anything). In...

- Google Chrome - Nope I know, with the dev console opened, the loading takes ~33 seconds lol. It's insane. Once I finish some urgent irl stuff, I will investigate...

Hi, I will start investigating this again. Sorry for the big delay!

Update: Batching the JS call causes crashes in Server Side Blazor. This is due to the limit of how much data can the server receive from JS (32Kb by default)....

@xevoryn After another look at your ports, I'm not sure static ports would work in your case. What do you think? By static ports I mean something like: ```cs var...

That would mean the port still needs to fetch the position after the CSS is applied, because that's where the links go from/to.

Hello, working on 3.0 currently and I'm checking this issue again. You said it's fine for you to set a position, but how would you know it without css? I...

Hello, That's actually just a limit for now, as I don't know how to actually handle/show the orthogonal path from origins other than from the middle. I will see if...