Results 16 comments of ackseleration

I bet thats the same thing. ``` warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100] Unhandled exception rendering component: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter...

your types are defined under `#/definitions/` like: `#/definitions/OptoutsTrackingActivitiesPage` make sure to change that to `#/components/schemas/` like: `#/components/schemas/OptoutsTrackingActivitiesPage`

The reason is probalby that this project does not support skd style targets? This means probalby all versions above net framework (net core, net5 and so on) will not work....

The issue is that https://github.com/Blazor-Diagrams/Blazor.Diagrams/blob/9fa396040755ef97874ac3f16ceedddcdc94dbd3/src/Blazor.Diagrams/Components/NavigatorWidget.razor.cs#L19 is not initialised. You could just append = Point.Zero and it will work.

@zHaytam Yes i can confirm that this issue still exists in the current version. Consider the following gif. ![GraphMoving](https://user-images.githubusercontent.com/20187182/169480354-bf2da424-3feb-4b1b-817a-6c5311bbd447.gif) What happens here is that i have a context menu element...

This problem seems to be related to ssh. since i am facing this im unable to pull or push via ssh protocoll. first seen with jump from 11.11.0 to 12.6.4...

In my case it turned out to be the described problem with onedrive [here](https://www.digitalocean.com/community/questions/putty-error-no-supported-authentication-methods-available-server-sent-publickey). - i completely generated a new rsa-key using 4096 bits. - changed the location where i...

> If you absolutely want to add an alternate libretro build process using cmake, do it in a way that won't change anything for the current build process. In its...

> The project needs to stay buildable through make -C yabause/src/libretro/. its exactly the problem and what i suggest to improve. the libretro core needs to be maintained separately because...