Suan Yeo

Results 28 comments of Suan Yeo

Thanks @ragauskl and the final build after notarization and stapling works fine on Monterey and earlier?

Worked for me too! Here's my approach with spawnSync and status-checking and output: ```node if (error.message?.includes('Failed to staple')) { console.log('RETRY staple as per https://github.com/electron/electron-notarize/issues/109#issuecomment-1213359106'); const result = spawnSync('xcrun', ['stapler', 'staple',...

Just FYI this can be easily achieved by applying styles

I'm getting the same issue. Basically any "Live" image taken from an iPhone results in a huge >1GB memory spike when being converted, even if just using the first frame.

Could https://github.com/strukturag/libheif/issues/493 have fixed this?

Hi Tim, unfortunately no, right now there is no such feature. But it shouldn't be too hard to implement. Pull requests are welcome! :) Sent from my iPhone > On...

Very weird, it's been installing fine for me in a recurring build which uses debian 7.3. Does that minor version difference make that much of a difference?