D.Jonas
D.Jonas
### Describe the bug When I click on a line, the application crashes immediately. The last major change to my application was updating the windows sdk to v1.1.0 Before that...
### Describe the bug After upgrading my project from `v1.0.3` to `v1.1.0 - v1.1.2` I get this error message. ### Steps to reproduce the bug See sample project file ###...
Me and my friend want to create a map. Now we don't know what is the best way to create a map by more than one developer? It is possible...
After adding new wad files, I must restart sledge to get them in the browser
I have created a map with some textures and a player startpoint. I saved that obj file. After restarting the app and opening that file, all textures are gone and...
I have the following method: ```csharp /// /// This is the summary /// [ErrorCodes(HtErrorCode.GENERAL_ResourceLocked | HtErrorCode.ROUTING_NoPathFound)] public HtReturnStatus Foo() { return HtReturnStatus.Failed(HtErrorCode.GENERAL_ResourceLocked); } ``` Actually the `ToolTip` is as following:...
Currently I do not see a style for the `TimePicker`. Has this been lost? `DatePicker` works without any problems at this point. v2.5.0.73-nightly
What is the best way to proceed if you want to link your existing `IDialogWindow` logic with the `DialogHost` (https://github.com/AvaloniaUtils/DialogHost.Avalonia)? Currently I have implemented all popups or dialogs in my...
When updating the `DialogHost.Avalonia` to v0.4 I get a `TargetInvocationException` ```txt System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly...
I want to read the `Server_ServerDiagnostics_SessionsDiagnosticsSummary_SessionDiagnosticsArray`. It's working but I don't know how to handle the result with the `GetValueOrDefault` to get the result. Does the `GetValueOrDefault` actually support `arrays`...