Joël Galeran
Joël Galeran
@RaeesBhatti That would be an amazing feature (that competition already has implemented), would be nice to give it a second shot I think 😃
Hi there! Really happy to see this RFC and can provide an example from how we currently achieve the distribution of binaries at [Prisma](https://www.prisma.io/) We support something we called `binaryTargets`,...
I forgot to mention that we also need in some cases to install more than one "binaryTarget" locally. Example: For AWS Lambda a zip archive needs to prepared with what...
@jasonkuhrt You mean This `✔ Generated Prisma Client (2.22.0) to ./node_modules/@prisma/client in 151ms` Should be `✔ Generated Prisma Client (2.22.0) to ./node_modules/nexus-prisma/dist/runtime in 151ms` ?
We already log it from here https://github.com/prisma/prisma/blob/master/src/packages/cli/src/Generate.ts#L269
Note: You can try prisma packages on the `dev` tag on npm, like `@prisma/[email protected]`
@CarterGrimmeisen Prisma 4.0.0 was published on Tuesday :canoe: The internal package `@prisma/sdk` - was published for the last time to ease the upgrade (in the future we might reuse the...
It looks like it could be as easy as duplicating the typeorm one here and adapting it (removing things) https://github.com/nestjs/terminus/blob/master/lib/health-indicator/database/typeorm.health.ts#L110 With Prisma we could do `prisma.$queryRaw`SELECT 1` for SQL databases,...
Indeed, @bahmutov could you merge this? https://github.com/bahmutov/snap-shot-core/pull/328 😃
Yes I'm not sure why this happens 😄 More details just in case: Happened on Firefox Developer Edition on macOS Catalina with Dark mode system-wide.