Einar Alexander Eymundsson

Results 10 comments of Einar Alexander Eymundsson

You can specify your projects in .graphqlconfig, see more at https://github.com/prismagraphql/graphql-config

I've been having this issue for a while, that Metamask will disconnect when I switch to Mumbai. I was certain this was a Metamask issue but found out today that...

Maybe try using createAction like in this example? https://github.com/kirill-konshin/next-redux-wrapper/blob/e2255c26a2e892fd9863d2a792bbcf78adbb9ed9/packages/demo-redux-toolkit/store.tsx Not sure if it will fix your problem, but might be worth trying.

@elias-garcia What other network? Ropsten just very recently got deprecated, could that be the issue?

Having the same problem with Node ^6.10.0

`npm install -g node-gyp` solved this particular problem, but the node-gyp rebuild seems to fail also. ``` > node-gyp rebuild CC(target) Release/obj.target/zlib/vendor/zlib/adler32.o CC(target) Release/obj.target/zlib/vendor/zlib/compress.o CC(target) Release/obj.target/zlib/vendor/zlib/crc32.o CC(target) Release/obj.target/zlib/vendor/zlib/deflate.o CC(target) Release/obj.target/zlib/vendor/zlib/gzclose.o...

In OpeanAPI v3 it can be done like so: ``` requestBody: content: application/x-www-form-urlencoded: example: client_id: a08bfa22-e6d6-11ed-891c-2ea11c960b3f code_challenge: 9Y__uhKapn7GO_ElcaQpd8C3hdOyqTzAU4VXyR2iEV0 ```

@strothj How would I go about extending the loader to accept an extended interface ? I've tried a couple of different things to get this to work with the latest...

Thankfully, because of this thread, I now have a working Dockerfile for a Next app in Turborepo using PNPM. I ran into a few issues on the way: 1. Missing...