Shawn Kiewel

Results 13 comments of Shawn Kiewel

For status, you can check [ServiceClassName isAuthorized] to see whether the service has been authorized. For logout, call [SHK logoutOfService:@"ServiceClassName"]. For login, you can instantiate a sharer and call [sharer...

See the issue linked in my previous comment (#213). It has code that was included in the main branch that produces notifications. There is an example of use there as...

Yes, you would do something like: ``` if ([SHKFacebook isAuthorized]) { facebookButton.title.text=@"Log Out"; } else { facebookButton.title.text=@"Log In"; } ``` Code formatting is done by prepending 4 spaces. See the...

I figured out the extra height bug. Setting up PR.

I am sorry, but I cannot replicate this bug. While it's a very, very long shot (likelihood almost 0, but still worth a shot), let's see if clearing your settings...

... and now I can't replicate it.

Confirmed. I'm at 1.02GB!

resources/app.asar is the culprit at 211MB in v5.0.0. That's the file that bundles electron resources, but I don't see how our resources come to 200MB.

It's the node_modules. We can possibly trim some by using the --prune command and a little by using the electron-builder linked in the below discussion. However, it seems there's not...

Have you finished a game with the tracker running? Sounds like there is a bug where it assumes there are games and is trying to read nonexistent data.