Wesley Porter
Wesley Porter
My team is running into this with our E2E tests via Cypress on React 18.2.0. Our E2E tests won't work at all due to this issue. I tried @ryanyogan's [suggestion...
The way Remix is handling this in their template projects fixed the issue for us. See how they use `isbot` and use a different React render callback function: https://github.com/remix-run/blues-stack/blob/03f54f7978ce5ba111caae6e2a377bb78843e648/app/entry.server.tsx#L16-L26
This appears to be a bug with Vitest itself and not with Docker. I've been using Docker for over 6 years and have never had to use a WORKDIR under...
> This is a bug fix rather than a new issue, previously it was producing invalid values. Hey @gcanti thank you for the quick reply! I can understand if we...
I can't tell whether this is a problem with fast-check or with how Effect is consuming it. [Here's what I get with fast-check directly](https://effect.website/play/#eeec6b56eed3): ```typescript import fc from "fast-check" const...