Albin Corén
Albin Corén
Great library and super useful. I have a modified version I use to ensure the lib never blocks with delays. But I think this fix is good to have upstream...
I'm having issues when trying to publish on one of my projects. Error code below: ``` [10:32:03 PM] [semantic-release] » × An error occurred while running semantic-release: { HttpError: Validation...
In version 9.2.0 and above, menus cannot be dragged or used across the whole window size. Works properly in 9.1
If I create a overlay in for example a Console application, everything works fine. If I however create the same overlay in a class library, then import that class library...
This issue is twofold 1. The window handle is not exposed. I have to steal it with reflection to temporarily accomplish the things I request. ```csharp protected override Task PostInitialized()...
It does not seem possible to disable the ini that is created to store state. An option for this would be nice so things can be handled with the Save...
Is there a way or plans to add support for workspace_layout. I basically want the spiral as the default tiling method for any new workspace. Great project!
Hello! I am intending to use the this library in it's async form. But I fail to understand how to approach connection handling. I would like to have automatic reconnect...