Patrick Kerschbaum

Results 26 comments of Patrick Kerschbaum

I think this is caused by a bug in Cypress itself: https://github.com/cypress-io/cypress/issues/3090. The screenshot directory reported by Cypress to cypress-image-snapshot (```screenshotDir```) is used by cypress-image-snapshot internally to compute the final...

@yanandcoffee I would like to work on that! As a first contribution :)

Could you supply a minimal reproduction repo? Would like to take a look at it :)

I finally looked into it and workaround #3.1 of https://github.com/microsoft/TypeScript/issues/47663#issuecomment-1519138189 could also be applied (`PgTableWithColumns` must be made available by exporting it), that would fix it in the library itself....

Appears to be re-introduced in 2.17.2. The same build worked with 2.17.1 but does not with 2.17.2 anymore, `Error: error:0308010C:digital envelope routines::unsupported` is happening again. Node 18.16.1

> Make sure you refresh your lockfile and are on the latest webpack version, which solves this issue natively. Thanks for the fast response! I verified that we (@hokify) have...

> Hi, if iam using the code above, i get a problem with ts bcs it is telling me, that window.__clock is not a propertie of window. Any solution for...

@arvigeus your idea is interesting! I think this way you could create "global mocks", still it would not have the same feature set as my proposed idea (e.g. you could...

At @hokify we solved this by creating a wrapper for the turbo CLI which we use everywhere, this is quite easy to do in a pnpm monorepo. Here I created...

what is the bug here?