Daniel Griffiths
Daniel Griffiths
I found a solution: **This fails** ``` const result = validator.safeParse(example); if (!result.success) { result.error // this shows a TS error } ``` **This works** ``` const result = validator.safeParse(example);...
Great idea!
Im unsure of how it works on android but on the PC When dropbox detects that a file has changed it will upload it to the cloud, If I log...
Having official support for this would be great, even if it was only added in the steam decks developer settings.
Same issue here, remote play was crashing on the beta and now it's crashing on stable too. Tested using the steam link app on Apple TV
Thanks @krakz999 your branch fixed the issue for me. I am also on the latest release of RN.
After the head part I get a very reasonable frame rate. It blows my mind that you got n64 emulation running so well using javascript.
Hey @davidhealey No domain name needed, you can find your api key at: http://steamcommunity.com/dev/apikey When the app asks you for it, enter that key and that should work. I have...
@davidhealey Hmmm, I don't recall that being an option so it looks like they added that for extra security. Is it possible to put `localhost` into the domain box?
4 years after this issue was raised I finally got around to updating this app, so this should be fixed now 😆