Tim Saunders

Results 7 comments of Tim Saunders

@jjavierdguezas I ran into this problem today as well, with lots of the following error ``` Loading PostCSS "postcss-preset-env" plugin failed: Unexpected token '.' ``` Although my project didn't have...

> That is one way to do things ,but you can also just have a different `DATABASE_URL` values depending on if you are using Migrations, or Prisma Client. @janpio absolutely,...

@janpio the connection URL used in `schema.prisma` and the the connection URL used when instantiating the `PrismaClient`

@janpio I suppose it does mention that in the [`PrismaClient` docs](https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#prismaclient) already, however until I was using pgBouncer, it didn't matter that I had not read that and had no...

Thanks @andrew-walford-prisma, very happy to make any changes if you can provide some steer 😁 Excited to be able to contribute something!

@andrew-walford-prisma thanks for your suggestions, they all made sense to me and I've applied them now (GitHub's new batch commit for suggestions from code review is neat, huh!?). @janpio this...

@janpio that's very reasonable criticism and I totally support making this information as inclusive as possible, and applicable to all users and situations. However, I feel a bit out of...