Bengt Weiße
Bengt Weiße
I worked around the issue for now by reducing the external dependency files added to that angular project. We are including a specific pdfjs version with all it files. so...
@mmaietta there is nothing special in those logs ```sh • signing file=dist/mac-arm64/electron-vite-osx-sign.app platform=darwin type=distribution identity=D64A5FA94C0B300606AF05099EDBE99A3AEAE5A1 provisioningProfile=none 2024-07-11T18:12:15.775Z electron-osx-sign [email protected] 2024-07-11T18:12:15.775Z electron-osx-sign `identity` passed in arguments. 2024-07-11T18:12:15.775Z electron-osx-sign Pre-sign operation enabled...
@mmaietta https://github.com/fdk-app/electron-osx-sign-invalid-size-error i created a repo where the signing fails. let me know if you have downloaded/forked it. so i would like to remove the public repo again. Thanks!
i created an issue at https://github.com/electron/osx-sign/issues/325 I linked this issue and added some more hints, what i think the problem is Short: all files of "Contents" are processed in parallel...
i do not think this is a bug... i mean you are using an electron package inside of a node script that is called outside of electron. just use your...
@MarshallOfSound i know your comment about something like that (https://github.com/electron/osx-sign/pull/286#pullrequestreview-1497841558). but without some serialization those problems will pop up again and again... even when using queuing.. since we do not...
Could you check the Main versions in between to check when it was introduced? Only think I can imagine is, that the "getSemanticHTML" api call from quilljs V2 is very...
Yep then the usage of getSemanticHTML will be the root cause, and it will not be avoidable. I guess with large editor content it will getting slower and slower and...
btw: tested the image on my example demo in "Formula & image resize editor & Keybinding on 'b' and 'shift + b', CodeBlock + Syntax Highlighting" and "default editor with...
any updates :)?