Leonardo Stenico
Leonardo Stenico
Hello, I have a project with Lerna, Serverless, all glued together with serverless-bundle. I use TypeScript for my packages (but not my services). I would like to use serverless-offline in...
Hello, Because of the change in the package.json requiring a peerDependency of gatsby 5.0.0, this plugin breaks on a Gatsby 2 website. As you can see here v1.7.1 is compatible...
I am trying to upload an export from the cloud version of Outline. The issue is that it doesn't work and I can get a hint of the issue when...
I tried using the https://studio.apollographql.com/public/star-wars-swapi/explorer?variant=current with `graphql-lodash` using this query: ```gql query { allPeople { people { name filmConnection { films @_(map: "title") { title } } } } }...