Sergey Dolin
Sergey Dolin
The problems seems to appear if there's no at least one persisted field in the object. But i really do not want to persist any of child stories. I want...
@Rajeswari06 The problem is not reproducible https://dev.azure.com/v-sdolin-demo/virtual-environments-issues-5966/_build/results?buildId=1&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=133f3517-8e0b-58ce-ce4b-35396d6eb7ef I created the public repo https://dev.azure.com/v-sdolin-demo/virtual-environments-issues-5966 Please feel free to fork the git repo https://dev.azure.com/v-sdolin-demo/_git/virtual-environments-issues-5966 and modifiy it and the corresponding build pipeline...
@To6i your workaround still works improperly: the slot will contain the *all* values, nevertheless the matcher match or not. This will work correctly ``` verify { myMock.foo(param, any()) } ```...
@RichiCoder1 thanks for you notification, it was a good point to review, but we should not go ahead of nodejs team and turn on corepack by default while it is...
Hello @ferferga, I tried to reproduce the problem but the workflow does not fail: 1st run (create cache for `/home/runner/.npm`): https://github.com/akv-demo/setup-node-test/actions/runs/7285452258/job/19852384806#step:7:19 2nd run (use cache) https://github.com/akv-demo/setup-node-test/actions/runs/7285452258/job/19854946248#step:3:65 The mentioned issue https://github.com/npm/cli/issues/6099...
Hello @iBotPeaches, The problem is not reproducible 1st run https://github.com/akv-demo/setup-node-test/actions/runs/7251833566/job/19755011576#step:4:9 ``` Run npm ci --verbose ... npm http fetch GET [20](https://github.com/akv-demo/setup-node-test/actions/runs/7251833566/job/19755011576#step:4:21)0 https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz 93ms (cache miss) npm http fetch POST 200...
Hello @iBotPeaches, thank you for the clarification, i supposed there's something related to the private package and wanted to get the confirmation. Nevertheless, it puzzles me with the dependencies from...
65 error code means xcode build tools receives wrong arguments. Fastlane is under suspicion to generate some options not compatible with xcode 14.
While there's no one repro of the problem it is not possible to provide the exact solution. An [attempt to create a minimal repro](https://github.com/akv-demo/error-65/actions/runs/3918733372/jobs/6699291202) does not show any problems with...
I saw the same problem randomly on local 8Gb mac pro during the high load and suggests the problem is with the low performance of VMs used to execute the...