- Forlì, Italy
- nodeland.dev
- @matteocollina
Highlights
- Pro
- 22 discussions answered
Block or Report
Block or report mcollina
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
-
-
mercurius-js/mercurius Public
Implement GraphQL servers and gateways with Fastify
3,475 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 39 commits in 20 repositories
Created a pull request in fastify/fastify-compress that received 20 comments
Update to Fastify v4
Due to the changes introduced in fastify/fastify#2954, we need to change how this plugin is registered from: const fastify = Fastify() fastify.re…
+102
−134
•
20
comments
Opened 15 other pull requests in 11 repositories
nodejs/undici
3
merged
1
closed
fastify/fastify-static
2
merged
fastify/fastify-secure-session
1
merged
fastify/fastify-cookie
1
open
fastify/fastify-autoload
1
open
fastify/fastify-url-data
1
open
fastify/fastify-websocket
1
merged
nodejs/node
1
open
fastify/fastify
1
merged
fastify/fastify-cli
1
merged
mercurius-js/mercurius
1
merged
Reviewed 55 pull requests in 30 repositories
fastify/fastify
10 pull requests
- JSDoc in Get Started Section
- Update TypeScript.md
- Fix link to OpenJS Foundation Image in Readme.md
- replaced semver check code per recommendation
- Support rc in version checks
- ci: add dependency-review job
- docs: add Type Providers to Typescript docs
- docs(reference): grammar and conciseness changes
- docs: standardize npm cli commands and args
- docs(guides): grammar fixes
nodejs/undici
7 pull requests
- fix: Remove unnecessary mismatched trailers check
- ci(lint-pr): reduce permissions to minimum
- fix(Request): URLSearchParams body w/ Headers obj
- chore: revert #1349
- fix(Request): allow passing Headers instance to init.headers
- fix: exit loop early if request was aborted
-
fix: use
unknownstatusText by default in mocks
pinojs/pino-tee
3 pull requests
nodejs/node
3 pull requests
fastify/fastify-secure-session
2 pull requests
mercurius-js/mercurius
2 pull requests
fastify/light-my-request
2 pull requests
fastify/any-schema-you-like
2 pull requests
fastify/fastify-static
2 pull requests
pinojs/pino
2 pull requests
mcollina/desm
1 pull request
fastify/fastify-autoload
1 pull request
nearform/graphql-auto-federate
1 pull request
fastify/fastify-mongodb
1 pull request
fastify/fastify-websocket
1 pull request
delvedor/find-my-way
1 pull request
fastify/fastify-sensible
1 pull request
fastify/fastify-compress
1 pull request
fastify/fastify-nextjs
1 pull request
mcollina/commist
1 pull request
mcollina/mqemitter-redis
1 pull request
fastify/fastify-basic-auth
1 pull request
moscajs/aedes-packet
1 pull request
fastify/fastify-express
1 pull request
mercurius-js/auth
1 pull request
5
repositories not shown
Created an issue in nodejs/node-gyp that received 7 comments
python not found - had to configure it manually in npm
On Mac OS X (Intel) v12.3.1 to make compilation of native modules work, I had to add the following to my .npmrc:
python=/usr/local/bin/python3
It …
7
comments