Kyle Holmberg

Results 226 comments of Kyle Holmberg

It was with the latest version that I encountered this issue (4.0.9).

https://github.com/cypress-io/circleci-orb/pull/238#issuecomment-597762926 Prefer `-` to `_` Is this ready to be worked on, or are you trying to avoid breaking changes until some other feature?

Oh, this isn't a bug. Just a feature request! Currently, configs are required to set their workspace root as `~/` - it'd be nice if we could choose our own....

In some respect, it might be easier to accomplish full coverage of all possible examples if we ship a breaking change first which simplifies the possible options. It would mean...

Where the recommendation comes from: https://github.com/vercel/next.js/blob/master/errors/no-cache.md My current CircleCI Config: ``` version: 2.1 orbs: cypress: cypress-io/cypress@1 executors: default: resource_class: large docker: - image: cypress/base:14.10.1 # keep in sync with .nvmrc...

Was this done @Alex289 ?

🙏🏼 will you reopen and then unsubscribe instead. I guess I can just copy-paste your your issue into a new one too 😂

cuz it's a legit issue! i guess I think to myself: it may not be _your_ issue any longer, but it's still a problem for all CircleCI users. it's possible...

Just installed latest `@swc/core` and `@swc/jest` and encountered the same issue. ```tsx const replaceMock = jest.fn(() => ({ type: '' })); jest.mock('connected-react-router', () => ({ replace: replaceMock, })); ```

so you're suggesting that ts-jest is making this work?