Joshua Schmeder

Results 6 comments of Joshua Schmeder

> Thank you for the PR. Would you be able to also rewrite the `index.d.ts` file to use the `declare class Gamedig` and `export = Gamedig` syntax, like in your...

@rbuckton > @MaximumWoahverdrive, are you still planning to make changes to this PR? absolutely, doing some real code tests with the requested change to index.d.ts and should have the PR...

adding another report for the same issue, tested on non-steamdeck ## System Information - GPU: RX 6950 XT - Driver/LLVM version: Mesa 22.1.7 LLVM 14.0.6 - Kernel version: 5.19.13-zen1-1-zen -...

Also regarding the requirements to get toasts working again I've found [this](https://stackoverflow.com/questions/46814858/toast-notification-not-working-on-windows-fall-creators-update) quite helpful TL;DR: We have to pass an AppId when creating toasts. previously that was just a "EDEngineer"...

Another approach would be to either write a registy key with our appid (either on install or launch) and read that when needed Or we could do something stupid and...