Results 315 comments of Matt Mueller

Figured it out, ```diff generator client { - provider = "prisma-client-js" + provider = "go run github.com/prisma/prisma-client-go" previewFeatures = ["createMany", "groupBy", "orderByRelation"] } ``` Maybe we can improve the error...

Next steps: - What the API would look like? - Keep in mind that we may start looking adding middleware capabillities to rust.

- prisma/schema.prisma - .env

Hey @johnpena, thanks for your message, I think your interpretation is correct. > Prisma team seems to just be focusing on being a better node ORM than sequelize or knex...

Hey folks, Apologies for the issues during this transition period. Parse5 will solve a lot of outstanding bugs since it behaves more like the browser, but it is a breaking...

@denismakogon tried briefly, but couldn't figure out how to configure it. from the docs: ``` { "route":{ "app_name": "myapp", "path": "/hot", "image": "USERNAME/hchttp", "memory": 64, "type": "sync", "config": null, "format":...

+1 for this issue, I think it could be supported in the same way a lot of glob libraries support it: Here's a proposal to copy everything except `node_modules` ```...

It'd also be nice for supporting meta data like config files for linters, e.g. `.eslintrc`. Do you know how you'd resolve includes for this use case? For example: ``` include...