ShadowMarker789

Results 10 issues of ShadowMarker789

#### Description The [Microsoft GDK](https://github.com/microsoft/GDK) contains very useful functionality that may be desirable to call from a .Net context. #### Rationale Examples of useful functionality can be such as [GameInput](https://docs.microsoft.com/en-us/gaming/gdk/_content/gc/input/overviews/input-overview)...

proposal
help wanted

NeoLua Version: 1.3.14 from NuGet - BUT ERROR ONLY IN .NET 6! Example to reproduce: ( Lua code that interacts with your own custom classes ) ```lua AddChoice = clr.Blithe.VisualNovel.Instance.AddChoice;...

Modification to the routine in AssemblyCacheEnumerator::MoveNext to use Assembly.Load instead of Assembly.ReflectionOnlyLoad under .Net Core and .Net 5+ as Assembly.ReflectionOnlyLoad is not supported on those runtimes and is guaranteed to...

When dealing with large amounts of tags on shaky network conditions, raveling and unravelling the LibPlcTagException exceptions is drowning me in CPU overhead. Is there a way to deal with...

performance

This caught me by surprise, found it in the Debug output log in Visual Studio > Exception thrown: 'libplctag.LibPlcTagException' in libplctag.dll System.Transactions Critical: 0 : http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/UnhandledUnhandled exception[Redacted]libplctag.LibPlcTagException, libplctag, Version=1.0.13.0, Culture=neutral,...

**Describe the bug** For a DataContext View-Model that has Specialized Collections, collections may implement the IList\ or IReadOnlyList\ interfaces, neither of which implements non-generic IList interface. Any such collections when...

enhancement
by-design

[GameInputKind](https://learn.microsoft.com/en-us/gaming/gdk/_content/gc/reference/input/gameinput/enums/gameinputkind) documentation is not consistent with the header file ![screenshot-comparison](https://user-images.githubusercontent.com/37165910/191657425-3ef0fa49-254e-4a97-af29-6f2cae015ad8.png) I was hoping to issue a PR to correct it, but there's no option to? ![page-screenshot](https://user-images.githubusercontent.com/37165910/191657645-100ef2ec-d2d8-4dc8-ac0a-a1876c9a8e54.png) The `GameInput.h` relevant enum...

# Change Windows Joystick Implementation to a modern API that allows the consuming programmer to query the two analog triggers of the gamepad device separately. The current sf::Joystick implementation uses...

feature
m:sfml-window
p:windows

![image](https://github.com/MrJul/Estragonia/assets/37165910/b141898b-4891-4218-8061-17108a4ece73) Specifically requiring Avalonia.Skia 11.0.5 means I cannot upgrade the version of Avalonia without lots of warnings from the build pipeline. Is there a reason you've stated you wanted Skia...

The Avalonian control does not render correctly on remote terminal services, even when a valid GPU adapter is available. I initially thought I was configuring it wrong, but it works...

bug