Manuel Spigolon
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...
It was a while that I wanted to try graphql, so starting from this issue https://github.com/mcollina/fastify-gql/issues/65 I have collected our snippets doc to a working example. What do you think...
releasify v3 triggers this error on node v18. Note the `detached` property. This fix aims to check only the fields we are interested in ``` [1661407621817] DEBUG: Complete repo status...
We could use labels (between two releases) and/or the commit messages What could be the best choice? Could we do both? Should we use a pattern like https://keepachangelog.com/ ? For...
## 🚀 Feature Proposal The [manual trigger on github action](https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#manually-running-a-workflow) with easy input of parameter. This lets us build an action on GH that will run `releasify` and input the...
skip npm
## 🚀 Feature Proposal A parameter to skip npm phase. The bump of the version will be skipped as well ## Motivation if i have a published module, I need...
## 🚀 Feature Proposal Right now this tool bump a new version and push the package.json in the repo: https://github.com/fastify/releasify/blob/822d224d1beff58d4454866f8eb0e6fb9b20352a/lib/commands/publish.js#L129 If a user (like me 😇) have a `prepublish` or...
### 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...
### Support reference number ### Description I would like to set the HTTP agent `keepalive` to speed up the HTTP call to the CT APIs: https://github.com/node-fetch/node-fetch#custom-agent Current code: ```js const...
### Discussed in https://github.com/fastify/fastify/discussions/3842 Originally posted by **teemupiiroinenwirepas** April 20, 2022 We would like to map fastify error codes from https://github.com/fastify/fastify/blob/main/lib/errors.js to our own error codes, but we cannot find...