Manuel Spigolon

Results 74 issues of Manuel Spigolon

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

feature request

Given the following schemas: ### Node 1 ```gql extend type Query { getOrder: Order } type Order @key(fields: "id") { id: ID! name: String } ``` ### Node 2 ```...

enhancement

Fixes https://github.com/mercurius-js/mercurius/issues/743 Supersedes #744 When a Type is duplicated across multiples node, Mercurius define its service as `null` https://github.com/mercurius-js/mercurius/blob/4549028e489e834d378acc66549b5ff2c43cf310/lib/gateway.js#L410 Instead, its value should be dynamically chosen by the node that...

Add the `require('fastify-cli/helper')` utility to the TS template. Now it exports the old interface. The test was failing during the implementation: ``` templates/app-ts/test/routes/example.test.ts 2> TSError: ⨯ Unable to compile TypeScript:...

enhancement
help wanted
good first issue

I'm merging master in next, and the `alpha-2` showed this issue This script: ```js const avvio = require('.')() avvio.ready().then(() => { console.log('ready') }) // avvio.ready(() => { // console.log('ready') //...

The actual options for `getHeader` is not compliant to the fastify codebase that support the chaining-call: ex: `this.header('Content-Type', 'text/html; charset=' + charset).send(html)` It would be awsome if @momofan or @florianb...

good first issue

I'm sending to elasticsearch an http-request trace with the body. The index created by default will index all the body's fields and my server can't afford all that processing.. moreover,...

Fixes #55 I was very confused about how to use `defer` reading docs only since I was using the `Suite` API but I thought that the input options should be...

**What version of this package are you using?** I'm using VSCODE 1.60.2, and this plugin v2.0.0. I have tried 1.5.1 and 1.5.0 as well but it not solve. **What operating...

bug