Charles Milette
Charles Milette

TheTVDB allows localized versions from different. As an example, here's the [english page for a show](http://thetvdb.com/?tab=series&id=85249&lid=7), while [here's the French version](http://thetvdb.com/?tab=series&id=85249&lid=17) Could the data retriever support different locales (maybe in...
https://github.com/DotNetPlus/ReswPlus/blob/f44b81cee34141ef41184dd3546eaaf905d9c6cf/src/VSExtension/ReswPlus.Core/CodeGenerators/CppCXCodeGenerator.cs#L257 https://github.com/DotNetPlus/ReswPlus/blob/f44b81cee34141ef41184dd3546eaaf905d9c6cf/src/VSExtension/ReswPlus.Core/CodeGenerators/CppWinRTCodeGenerator.cs#L274 These two buffers are allocated, but never freed, leading to a memory leak
If you create a new C++/WinRT project from the IDE, add a .resw file, and then generate the advanced class, it will generate C++/CX code, which will naturally fail to...
In WinRT APIs, some methods require a `CoreWindow` to be used (either implicitly, or as some sort of argument). In these cases, there is usually a native `IThingInterop` class that...
I really like the parralax effect, but the way my albums are displayed when using it is way too big for me. I wish to be be able to apply...
https://discord.com/developers/docs/interactions/receiving-and-responding#receiving-an-interaction
I am interested in porting some Win32 XAML Islands code to WinUI 3 for a future release - but I have one major question that I can't seem to find...
The get input method doesn't appear particularly reliable: I randomly see `110` when calling the method on two different monitors from two different vendors. 