Andrei Picus

Results 5 issues of Andrei Picus

### Description We use factories to create machines with parameters that are then invoked from other machines. Typegen is unhappy when the invoke function returns a machine from the factory,...

bug

Cypress makes it clear in their UI if a network request is mocked: ![image](https://github.com/microsoft/playwright/assets/53815553/e5be55a3-8268-4d93-8967-ec3ba60db527) Moreover, it shows all the mocks in a special section: ![image](https://github.com/microsoft/playwright/assets/53815553/18d88daa-257e-417c-9579-b5e8b34348ea) Read more at https://docs.cypress.io/guides/guides/network-requests. ----...

v1.35

### pnpm version: 8.6.7 ### Code to reproduce the issue: ```sh pnpm init echo strict-peer-dependencies=true > .npmrc echo auto-install-peers=false >> .npmrc ``` ```sh pnpm add react-dom echo $? ``` ```sh...

type: bug

`@xstate/cli` [depends on @xstate/tools-shared](https://github.com/statelyai/xstate-tools/blob/c87d412f13441091d27eba6c90b214d8da867621/apps/cli/package.json#L22), which in turn has a [peer dependency on prettier](https://github.com/statelyai/xstate-tools/blob/c87d412f13441091d27eba6c90b214d8da867621/packages/shared/package.json#L14). Installing `@xstate/cli` with yarn@3 prints a peer dependency warning ``` ➤ YN0002: │ @xstate/cli@npm:0.3.3 doesn't provide prettier...

### Description We use factories to create machines with parameters that are then invoked from other machines. Typegen is unhappy when the invoke function returns a machine from the factory,...

bug