André Casal

Results 16 issues of André Casal

Running visual regression tests on macOS saves the snapshots as `*-chromium-darwin.png`. During deployment they are compared to `*-chromium-linux.png`, so all visual regression tests fail. Would be nice to have Playwright...

At the moment we have to stop the dev server in order to run `npm run validate`. It would be useful if we didn't have to stop it and let...

I migrated the DB to a simpler format. Naturally, this got the testing database at `./tests/prisma/base.db` out of sync with the Prisma client and most Vitest tests fail. It would...

help wanted

**Describe the bug** Briefly, describe what broke and provide the following details: * Operating system: macOS Ventura 13.5.2 (22G91) * `fly version`: fly v0.1.92 darwin/amd64 Commit: f8e5cccff1f16869d16ad2f8b95f4a396ec771b7-dirty BuildDate: 2023-09-12T22:46:51Z **...

bug

The error `Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)` shows on first load. I looked at Vite's repo for potential issues, but...

### Describe the bug I'm seeking visibility on Stripe's requests. In this piece of code: ```ts stripe.billingPortal.configurations.create({ business_profile: { headline: `${appName} - Customer Portal`, }, features: { customer_update: { enabled:...

bug