simz
simz
yes i can of course, i know that, just i'm lazy.. as the bug that i found inherent to the version 2 of apollo (i think)
what do you think about apollo-prisma approach? will reduce lot of code (mysql ) i guess and simplify i don't know knex .. and looking through this repo, afraid me...
please need to change the code babel-loader, the updated version of schema-utils break (2020) here the code in the code to patch correctly babel-loader babel-loader/lib/index.js change: const validateOptions = require("schema-utils");...
I found this issue when upgrading prisma you need to look for type ${yourmodel}OrderByInput in your graphql code generated and change it to ${yourmodel}OrderByWithRelationInput because OrderByInput not exist for the...
i m not sure but my work might help: i made a paljs working with prisma1 crud system using a moded version of nexus-plugin-prisma working with prisma3 https://github.com/paljs/prisma-tools/issues/264 can be...
Thanks working for me in my repo, and pass the lighthouse error :) it should to be merged i think ?no? for info i use gatsby i just changed the...
I found the error too, the prisma package version of paljs is not a correct one , 3.16 for node14 should be reverted to 3.15 Just overwrite the prisma with:...
like preact you need the polyfill version of react-context. install in your deps: create-react-context (https://github.com/jamiebuilds/create-react-context) and if you build with web pack add an alias: "create-react-context": `node_module/create-react-context`, if still not...
i did some jobs on hooks that can be useful for somebody who want to update create-inferno-app with hooks version. See last comments in [xferno thread ](https://github.com/infernojs/inferno/issues/1453)
preact just implemented a hook compat version https://github.com/developit/preact/tree/master/hooks i looked on code, maybe can somebody inspired to add this support to inferno? I would like to use amazing react-spring who...