Charles Milette

Results 49 issues of Charles Milette
trafficstars

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...

feature
area-Shell UX

**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:...

bug
fix-proposed

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...

feature request

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...

bug

With the recent net neutrality posts, it has become near-impossible to find content other than this: ![image](https://user-images.githubusercontent.com/6440374/33132796-a2b69afe-cf68-11e7-9526-104efa8698d7.png) I'd like to be able to filter out the "battleforthenet.com" domain and the...

enhancement

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...