Danny Peck

Results 36 comments of Danny Peck

@sagar1111212121 > Thanks for the quick response. Please find below screenshots for your reference Thanks for reporting this. Please consider pasting your error message as text instead of images so...

Same problem here. Setting `maxWorkers` to `2` did not help. ``` PASS src/components/SummaryApp.test.tsx PASS src/components/SummaryApp/CallList.test.tsx PASS src/components/AudioPlayer/AudioPlayer.test.tsx Failed to collect coverage from /Users/dpeck/Foo/Box/applications/react/modern/call-review-flow/src/components/DetailApp/CallInfo/index.tsx ERROR: Jest worker encountered 3 child process...

Looks like the Action was update 4 hours ago: https://github.com/chromaui/action - Seems like it might've introduced a regression. Our root-of-repo `package.json` doesn't need a `scripts` tag. Instead, it uses `nx`...

For what it's worth adding an empty `scripts` tag to my root `package.json` fixed the issue: ``` { "name": "foo", "scripts": {}, ... } ```

Ours is a monorepository, so we have a `package.json` that sits at the root of the repo (with no `scripts` definition). We then have a folder system like this: ```...

I've tried updating my Karma stack to `6.4.1` but a few of my Karma suites are halting/failing to complete. When I view in the browser, I see `pending` localhost/socket-io requests...

I tried adding these two resolutions along with `6.4.1` but ran into the same problem. ``` "resolutions": { ... "**/socket.io": "4.5.2", "**/socket.io-parser": "4.2.1", ... } ```

Any timeline on getting [this PR merged](https://github.com/karma-runner/karma/pull/3825)?

I'm having the same problem in my repo: ``` "@storybook/addon-actions": "7.0.7", "@storybook/addon-docs": "7.0.7", "@storybook/addon-knobs": "7.0.0", "@storybook/addon-links": "7.0.7", "@storybook/addons": "7.0.6", "@storybook/preset-scss": "1.0.3", "@storybook/react": "7.0.7", "@storybook/theming": "7.0.7", ``` Error: ``` @foo/box-signals: Module...