Vlad

Results 19 comments of Vlad

Upvoting the issue @diegomura @RichMatthews have you found any workaround?

Experienced the same, `prisma: 5.11`: ``` Error: ERROR: current transaction is aborted, commands ignored until end of transaction block 0: schema_core::commands::apply_migrations::Applying migration with migration_name="20240319122353_init_2" at schema-engine/core/src/commands/apply_migrations.rs:91 1: schema_core::state::ApplyMigrations at schema-engine/core/src/state.rs:201...

We have a monorepo setup and reuse the validation objects. Since `nestjs-zod` is only installed on the API, we have a script that changes the imports after the file has...

Having the same issue - did anyone manage to fix this?

Fixed it temporarily by navigating to `~/.npm/_npx/.../build/Formatter.js` (you can get the exact path from the logs), and wrapping the `cursorLine = (column == null ? chalk_1...)` in: ``` if (column...

@alexstanbury had the same. Resolved it [by specifying the version of `@react-pdf/layout`](https://github.com/diegomura/react-pdf/pull/2747#issuecomment-2125391831)

@jaredpalmer @quantizor Could you please take a look? The PR seems to be very small to review