Skip to content
#

Fastify

fastify logo

Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.

Here are 1,089 public repositories matching this topic...

mercurius
jonnydgreen
jonnydgreen commented Jul 15, 2022

Following on from discussions in the GraphQL Composite Schemas Working Group: https://github.com/graphql/composite-schemas-wg it would be good to align terminology.

Current working glossary: graphql/composite-schemas-wg#34

Terms agreed in the inaugural meeting in 14th July 2022:

  • Subschema - essentially the schema of a federated service (definition TBD)

Exp

enhancement good first issue documentation
Eomm
Eomm commented Jan 20, 2022

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:
templates/app-ts/test/routes/example.test.ts 2> templates/app-ts/test/helper.ts(3,23): error TS7016: Could not find a declaration file
for module '
Beebeeoii
Beebeeoii commented Jul 18, 2021

🚀 Feature Proposal

Have an option to slow down responses instead of returning 429 errors.

Motivation

By having the option to slow down responses would deter scrapping of data from a server which would put an additional load on the server while still enabling responses for cases where user may not be actually scrapping, but just that there are many machines surfing the webpage under

enhancement help wanted good first issue
LaKing
LaKing commented Jul 9, 2022

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the issue has not already been raised

Issue

The readme for options - root states "You can also provide an array of directories ..."

.. however, using an array in the options root arguments renders the server unresponsive without any error messages. Connections simply

climba03003
climba03003 commented Oct 31, 2021

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the bug has not already been reported

Fastify version

3.x.x

Plugin version

No response

Node.js version

14.x

Operating system

Linux

Operating system version (i.e. 20.04, 11.3, 10)

20.04

Description

Migrate out of depreca

a-a-GiTHuB-a-a
a-a-GiTHuB-a-a commented Apr 3, 2022

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the bug has not already been reported

Fastify version

N/A

Plugin version

N/A

Node.js version

N/A

Operating system

Linux

Operating system version (i.e. 20.04, 11.3, 10)

N/A

Description

In the index.d.ts file, I noticed t

Created by Matteo Collina

Released October 2016

Organization
fastify
Website
fastify.io

Related Topics

framework json-schema nodejs