João Dias
João Dias
Isn't the inlined version more performant and we can leave compression to the consumer? j/w
`aws-sdk` should be a `peerDep`. That dependency has a new version almost every day, lol Just add `aws-sdk@*` on peer deps
This sounds very interesting and I guess the compression can also be optional then which would be 1 less module to load in lean environments like a Cloudflare worker or...
I was just looking to see if there was a `localStorage` adapter and stumbled upon this ):
I upvoted, thanks! Client storage is getting increasingly more popular I think: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Client-side_storage We are trying to do more and more computation at the edge and preferably at the customers...
Because depending on the environment I might want to load a different provider. For example, in incognito I would use memory adapter because localStorage is not available. If I need...
Thanks for the update @jaredwray (:
It looks like the items for version 7 are all done except one. Is there any progress? Feels a bit stagnated ):
Hello, is there any update on this? `node-soap` updated to `formidable` 2 and broke our webpack build. I've asked why they didn't update to v3 and they said it's not...
This is a breaking change and we can't migrate to the latest version of `graphql-tools` easily. In some of our resolvers we pass the arguments/input directly to MongoDB as the...