Charles Milette
Charles Milette
The scripts in this repo currently set `EnableFullTrustStartupTasks` and `EnableUwpStartupTasks` to 0, which is causing problems for users who use apps through MSIX. Apps like - TranslucentTB - EarTrumpet -...
Right now if there's a game with more than 2 hours of playtime, it is idled alone. If there is none, 30 games can be idled at the same time....
I need to access my 2FA keys in Linux. How could I proceed to read the password-protected data in winauth.xml from within Linux if I know the password protecting it,...
# Proposal: simple context menu entries in app manifest ## Summary Support declaring a context menu entry with a specific icon, display name and executable in app manifest instead of...
**Describe the bug** The GameSDK fails to build under macOS and Linux due to improperly written type definitions in `ffi.h` and `discord_game_sdk.h` **Steps to reproduce** Steps to reproduce the behavior:...
Currently, the C++ and C# wrappers are distributed in source form in the Game SDK download zip. I believe it would be better to put them in this repo (or...
It seems like GameSDK 2.5.7 recently got released silently. However, there are no patch notes anywhere and the documentation for new additions is missing.
**Describe the bug** A C++ enum named `discord::CreateFlags` exists, but cannot be used by the user because `discord::Core::Create` takes a `std::uint64_t`. **Steps to reproduce** Try using the following code: ```cpp...
With the recent net neutrality posts, it has become near-impossible to find content other than this:  I'd like to be able to filter out the "battleforthenet.com" domain and the...
The example tries to show me how to wrap window behavior in a class, which I already know how to and I already did in my code base: I'm trying...