Jake 'Sid' Smith

Results 132 comments of Jake 'Sid' Smith

Hey, @EricWVGG, finally got round to upgrading. I'm now on MacOS 13.2.1 and it doesn't skip away from full screen apps when I click Gitify. Are you on the same...

I've just had this take me to my main desktop for the first time. 🤔 Restarting Gitify has (at least temporarily) fixed it. That makes me think that this is...

Having a look back through the history, it appears that a crucial line of code was removed during some changes to allow people to switch between having a popover window,...

The app became a regular old windowed app in v2 (https://github.com/manosim/gitify/releases/tag/2.0.0). And was moved back to a tray icon in v3 (https://github.com/manosim/gitify/releases/tag/v3.0.0). I believe the crucial line of code was...

That said, I've just tested out a few of my other tray icon apps... Aside from Gitify, I have another 2 apps that work in a similar way. 1 of...

> Yep, restarting fixes it. I suspect sleep or something triggers the problem. Just make sure you've had plenty of caffeine. 😜

Gitify is an [electron](https://www.electronjs.org/) app - basically Chromium + Node. The window that opens is an [electron window](https://github.com/manosim/gitify/blob/main/src/utils/auth.ts#L14) (running Chromium) - another window of the Gitify app. Your credentials are...

Hi, @jkaldon . Can I ask which version of TypeScript you are using, and can you share your `tsconfig.json`?

Never mind, I can see them. XD It's early.

So, it seems `Canvas2DContextAttributes` was removed from the standard typescript lib at some point. I'll have to look into this further. If you add `"skipLibCheck": true` to your `tsconfig.json` you...