Sindre Sorhus

Results 4422 comments of Sindre Sorhus

I don't think the binary can be notarized. We would have to ship it in a ZIP file which is then notarized. However, I think if you notarize your app...

It is possible to get it on macOS using AppleScript. We could support it here if anyone does a good pull request. For Windows and Linux, I have no idea....

If anyone wants to see this fixed here, please open an issue on Electron first. I'm not going to merge a fix and have to maintain that if people cannot...

Try the latest version: https://github.com/sindresorhus/active-win/releases/tag/v7.0.0

Some more resources: - https://github.com/seanhess/VIntage/blob/master/FocusObserver.m - https://developer.apple.com/reference/coregraphics/cgscreenrefreshcallback - https://stackoverflow.com/questions/347396/how-can-i-use-cocoas-accessibility-api-to-detect-that-a-window-is-brought-to-fr - https://stackoverflow.com/questions/853833/how-can-my-app-detect-a-change-to-another-apps-window

@Pandakls Your comment doesn't add anything to the conversation. In the future, please use GitHub reactions instead.

I have a feeling it's because of https://github.com/sindresorhus/aggregate-error/blob/7ae39e2dacb1f6a800fca7fb271e43da79e04d6f/index.js#L24-L28 but I'm not sure what Mocha is doing to trigger it.

Yeah, I want to align this better with https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError/AggregateError - [ ] Make the `.message` just the message of the AggregateError, and fix up the `.stack`. - [x] Change to...