Haojian Wu

Results 71 comments of Haojian Wu

In vscode-clangd 0.1.7, we don't respect the `clangd.path` in your local setting.json for remote mode. To keep it working, I think you'd need to put `"clangd.path": "/compilers/linux-x86_64-2.10.1/clang9.0.0/bin/clangd"` in remote setting...

Interestingly, the preview works with diagnostic fixits. In clangd, different-kind code action works differently: - for quickfix code actions: `CodeAction::edit` is propagated; - for refactoring code actions: the `edit` field...

unfortunately, we can't do better here -- because the API `SteamEncryptedAppTicket_BDecryptTicket` provided by SteamSDK doesn't provide details about the failure, it just returns `false`, you can see the details which...

@MarxGames It's reasonable to support gamepad feature in greenworks. But right now I have no device to test it. Are you willing to test it?

Looks reasonable to add them in Greenworks.

I don't have experience on using the steam microtransactions. @MadSpyxFR since you contributed the `micro-txn-authorization-response` event before, it would be nice if you could share your experience here.

The `game-overlay` doesn't work on Electron is a known issue. I have tried it serval times before, but failed. I don't figure out a solution yet. The working solution might...

@bgSosh Thanks for your work on this. > We've found that it's possible to get the overlay working on Windows7 (using the method below). However, Windows8 and Windows10 both refuse...

@riadd, could you try to use the prebuilt greenworks binary v0.6.0 for electron? It works fine for me on electron v1.3.3 ia32 on windows.