Jim Fisher

Results 118 comments of Jim Fisher

( The UI for alt-tab-macos is itself an example of an "odd" window: https://github.com/lwouis/alt-tab-macos/blob/master/src/ui/main-window/ThumbnailsPanel.swift#L3-L26 )

I think this is where alt-tab-macos gets its list of windows: https://github.com/lwouis/alt-tab-macos/blob/9e03d5f6659f0bf2327712e1e70851267acf01c1/src/api-wrappers/CGWindow.swift#L10

I don't have time to dig further, but this `CGWindowListCopyWindowInfo` call is where I'd start

Hahaha, I should make it a CI failure

Haha, thanks. I retain all rights to the contents of the posts but if there are aspects of the site design - which things are you interested in? Not opposed...

Not only are they not checked in, they're deliberately ignored: ``` > cat .gitignore xcuserdata KMSWebRTCCall_podspec_lint.sh KMSWebRTCCall_podspec_push.sh Sample/LoopBackCall/LoopBackCall/AudioOutputManager.h Sample/LoopBackCall/LoopBackCall/AudioOutputManager.m ``` Why is this?

@dcato98 more than happy for you to merge/cherry-pick my work :-)

I got this working. I'd be willing to submit a PR adding this support. However it seems like this repo is dead/unmaintained

Here's the essence of my soln: ```js const convertToWindowsStore = require('electron-windows-store'); const electronWindowsStoreUtils = require('electron-windows-store/lib/utils'); const opts = { /* */ }; await convertToWindowsStore(opts); // This is how electron-windows-store seems...