qsona
qsona
@n1ru4l Sorry my report was a bit inaccurate. On my original app, I'm specifying `NODE_ENV=development` and using the `useErrorHandler` plugin. The error thrown by context function isn't handled by both,...
Hi, I'm facing the same problem. I think it's simply good to follow that convention (camel case, plural form). https://www.prisma.io/docs/concepts/components/prisma-schema#example In my personal opinion, it's also okay to disable auto-completion...
@jnunemaker We really can't represent an empty array on query params or form content-type body (such as `x-www-form-urlencoded`), but `people[]=` query param is more likely to be parsed as `{...
Hello! I'm a big fan of prisma. I really hope that the issue will be resolved. I believe that nested transactions are important not only in production code but also...
@NightMachinary Perhaps you're using oh-my-zsh which defines `gr` as an alias of `git remote`. Try `$ unalias gr`.
Actually I wondered if I should rename `isPromise` to `isPromiseLike`, and I thought `isPromise` still makes sense. We can think that, in the context of graphql-js, `Promise` is defined as...
@IvanGoncharov > Can you please provide context on why you're using Bluebird? I'm actually using [aigle](https://github.com/suguru03/aigle), which has convenient methods to control concurrency (like eachLimit, etc). Its promise-like object is...