Honza Machala
Honza Machala
Thank you for pointing me to `execa` version. We actually have `execa` v4 in yarn resolutions 🙈.
I've take a look once again, the only problematic part is that yarn install is missing -W for repositories with workspaces.
I would prefer to add -W in background and detect need for it during stryker init, so user can finish init without error. We may detect that by reading workspace...
What does command 'limits' in terminal print?
Danger is useful only on pull requests, otherwise it skips executing. You can run `npm run danger local` which will execute and print output to console without URL to Pull...
Is it possible to read "mimedb" from operating system via nodejs API?
This should help yout to achieve that: `select setval(pg_get_serial_sequence('table_name', 'column_name'), 1000); `
Do you mean to check them in tests here, or in runtime as new dependency in faker?
@juliankrispel Hi, could you provide feedback on PR and eventually release this fix? 🙏
@juliankrispel 🙏