Devance Joshi

Results 32 comments of Devance Joshi

Hi Erick, I have Refactored portOccupied function for clarity and reliability. Updated test cases accordingly.

Hi I am getting this error `TSError: ⨯ Unable to compile TypeScript: packages/plugin/webpack/src/WebpackPlugin.ts:574:42 - error TS2554: Expected 0 arguments, but got 1. 574 this.loggerPort = await logger.start(this.loggerPort as number);` when...

Hi sorry for the delay, I believe there was a naming conflict with the start function.

@erickzhao please review this. Thank you

How can I install a dependency in /packages/api/cli. When I used `yarn add update-notifier` and then tried `yarn build` I got multiple errors.

The documentation says that `--split-by=timings` should out of the box split the tests evenly across all the executors but when I tested it on my personal circleci setup for my...

Hi sorry for the delay. Looking into this now. `--timings-type=file` is default behaviour which I think we should use for our tests.

Currently we only use parallelism for slow-tests which is fine but `slow-tests-x64-node/windows` take up the maximum time, should I try using 8 nodes.

Hi so I looked into the tests more deeply and learned that the Windows slow tests are taking most of the time to complete the installation of `node modules` and...