Dan Turner

Results 22 comments of Dan Turner

The posting isn't working because the user ID generation needs to be updated to their new format. Have you tried using one of the user IDs in the validIDs text...

They changed the key today at noon. I just changed the user agent and the key to the new Android key, so try connecting again. It fixed it for me....

Try reverting to the commit right before the last one and connecting. That one doesn't work for me, but it might work for you since it worked for a couple...

Are you still having issues with new userIDs? It seems like an intermittent issue. Also make sure you are using the master version, not beta.

I think a cookie needs to be implemented for the API now, so I will change it soon. Using this old ID should allow you to use the app correctly:...

Please follow further discussion in Issue #11

You can change the image based on the AppleInterfaceStyle key in drawRect: ``` objectivec - (void)drawRect:(NSRect)dirtyRect { // Set up dark mode for icon if ([[[NSUserDefaults standardUserDefaults] stringForKey:@"AppleInterfaceStyle"] isEqual: @"Dark"])...

The drawRect method in the StatusItemView.m file. My code has been added as a pull request in the newest commit.

you can put your UI updating code in a done { } block after async because async will return `Promise`. The done block is automatically called on the main thread.

@gemmmo @renchris @eandmsz Here is a new dmg that I created for Apple Silicon: https://drive.google.com/file/d/1rP4JtoD54gcdXfItibz9FU0c8O0cjlCp/view?usp=sharing You will probably need to run `sudo spctl --master-disable` to allow the app to run...