Haojian Wu
Haojian Wu
> Just to clarify: > 0.12.1 works! > But NOT with --in-process-gpuin your package.json this will result in a white-screen. I also met it. > Windows works with the newest...
Thanks for the report. I'd say this is a bug, the working directory should not be changed after calling the `extractAchive`. Patches are welcome :)
@emanuelmaues Could you provide more details about it?
@Legrandk The `overlay` APIs do work. The sample you provided is find except you need to `refresh screens in certain intervals`, refer #2 for more details.
This is a known issue, we don't have best solution, see related threads #16, #179
Sounds like a bug, in step 2, after you changed to another steam user, have you relaunched your steam game?
@RetrocadeNet, you can view the discussions in #16.
could you list the APIs you want from the steam SDK?
yeah, agree that the secondary diagnostic is bogus from user perspective -- because of typo-correction, even the source code is written as `if (!force)`, clang AST treats it as `if...
I'd prefer the first local fix -- looking at the `TemplateTypeParmType::getDecl` implementation, it can return a nullptr, we should handle this case in the caller properly. > Guard against all...