-
Updated
Oct 26, 2021 - TypeScript
Fastify
Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.
Here are 772 public repositories matching this topic...
A recipe with Mocha
Enrich our DB model
I have been looking into the following reported issue: mercurius-js/auth#32 (comment)
And have replicated with the following test:
test('errors - should use statusCode from error if present', async (t) => {
const schema = `
type Query {
error: String!
}
`
const resolvers = {
Query: {
error () {
thr-
Updated
Oct 29, 2021 - TypeScript
LDAP support
🚀 Feature Proposal
Login using LDAP account.
Motivation
A lot of companies use LDAP as their login system, so I thought that it could be useful to incorporate to HospitalRun
-
Updated
Oct 31, 2021 - JavaScript
It would be great if ESM projects could export const options when using the --options flag.
Like this:
export default async (fastify, opts) => {
// ...
}
export const options = {
maxParamLength: 200,
}For now, this seems to work:
async function server(fastify, opts) {
// ...
}
server.options = {
maxParamLength: 200,
}
export default serv-
Updated
Oct 18, 2021 - JavaScript
🚀 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
-
Updated
May 14, 2021 - JavaScript
🚀 Feature Proposal
When using the onError hook to log errors to monitoring services, it would be great to have access to the original error.
However this is not currently possible with fastify-sensible customErrorHandler, because it [creates a new Error](https://github.com/fastify/fastify-sensible/blob/master/index
-
Updated
Nov 1, 2021 - JavaScript
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure it has not already been reported
Fastify version
3.14.0
Plugin version
4.14.0
Node.js version
14.15.0
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
10.15.7
Description
When the option includeViewExtension: true is defined,
-
Updated
Aug 5, 2021 - TypeScript
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure it has not already been reported
Fastify version
latest
Plugin version
latest
Node.js version
14
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
win10
Description
yo your origin is pointing to nothing. How to fix this? I kno
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Nov 1, 2021 - TypeScript
-
Updated
Dec 30, 2020 - TypeScript
Created by Matteo Collina
Released October 2016
- Organization
- fastify
- Website
- fastify.io


Clone the example app, only use Mocha instead of Jest
Before picking this issue, it's recommended to have a short tech planning chat here and only then upon sync to get up to speed.