Bengt Weiße
Bengt Weiße
other testing routes are not that easy for us. We have large projects, combining node, react, electron and angular testing. And because of the reason to avoid mixing different testing...
Sure it is possible with other frameworks. So it was with jest ;-) until it Breaks ^^. For Sure i can contribute, but for this i need time as well...
i can confirm downgrading typescript to ~5.5.x works @christian-bromann so the chances are real, that this is more a jest-typescript es6 issue than a stencil one. see this: https://github.com/kulshekhar/ts-jest/issues/4561 with...
Thanks for the Response. I noticed that github rolled something out for the runners. Because some older Apps I need to Support used macos-11... and they were hangig to get...
@mmaietta i tried a self hosted runner (ec2 macos instance) the same error occurs. are there file/content size limits for signing? my asar has 181mb maybe it hits some memory...
i now reduced bundle size so it is 10mb below the last build.. no luck. Does anyone knows, what the "signing step" does and how such an error can occur?...
i can try, but i think it will be hard to build. That app is quite complex. But in general what is osx-sign doing with the ".app" archive? because it...
@mmaietta i was not able to reproduce it now. created a new project with electron-vite, added all my dependencies + the native ones. and it builds. i even tried to...
it seems really breaking the signing process when there are huge amount of additional files. Background: we start a webserver inside the electron app, so the user can access a...
I tested it with a new electron-vite (typescript+react) project. just put the build of the angular+ionic app as extra resource and the build fails exact at this signing point with...