@mattpocockuk Do you know how Claude desktop on MacOS can be connected to your request logger? It does not seem to honor the ANTHROPIC_BASE_URL environment variable.
@Telekom_hilft ich habe einen komplexen Fall mit widersprüchlichen Aufträgen (DSL, Glasfaser, Kündigung, Tarifwechsel).
Ich benötige Unterstützung bei der Konsolidierung auf einen klaren Zielzustand. Könnt ihr euch das bitte anschauen?
Wrote up how I got 95 percent faster Prisma + Postgres integration tests using a pattern common in other ecosystems but rare in JS.
Each test runs in its own DB transaction.
Full explanation:
I sped up our Prisma + Postgres integration tests by more than 95 percent using transaction-based isolation.
Sped up 1400 tests from ~3 hours to ~160 seconds.
Open source library:
github.com/codepunkt/vite…