Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
4,327 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 31 commits in 15 repositories
Created a pull request in nodejs/undici that received 4 comments
Opened 9 other pull requests in 7 repositories
pinojs/pino-debug
2
merged
fastify/env-schema
2
merged
fastify/fastify-websocket
1
merged
fastify/fastify
1
merged
nodejs/nodejs-zh-CN
1
merged
mcollina/generify
1
merged
benawad/node-graphql-benchmarks
1
merged
Reviewed 105 pull requests in 35 repositories
nodejs/node 20 pull requests
- net: simplify server.close() behavior when closing unopened server.
- http: add bytesWritten property
- buffer: introduce Blob
- http: cleanup ClientRequest oncreate
- crypto: add keyObject.asymmetricKeyDetails for asymmetric keys
- http: don't cork noop .end()
- stream: finished waits for 'close' on OutgoingMessage
- doc: add http.IncomingMessage#connection
- doc: add dnlup to collaborators
- deps: update nghttp2 to 1.42.0
- stdio: lazy read ReadStream
- stream: fix .end() error propagation
- async_hooks: add thisArg to AsyncResource.bind
- doc: clarify descriptions of _writev chunks argument
- http: add test case for req-res close ordering
- doc: add panva to collaborators
- stdio: implement manual start for ReadStream
- crypto: add buffering to randomInt
- crypto: implement randomuuid
- doc: clarify undocumented stream properties
fastify/fastify 15 pull requests
- Fix(2788): by preventing invalid route creation
- Add fastify-doc plugin to ecosystem
- feat: add initialConfig to FastifyInstance
- Grammar and spelling corrections in documentation
- docs(ecosystem): add fastify-disablecache plugin
- chore: rename next to done
- Allow onRoute to alter options without side effects
- fix(2767): prevent calling onRoute while prefixing
- lint README and add gh workflow to do so
- docs(ecosystem): add fastify-traps
- feat: Add hint of which plugin is requesting specific decorator
- add support for running preSerialization hooks for custom reply serializers
- Do not trigger errorHandler when reply.sent === true (async handlers)
- Add fastify-openapi-docs and fastify-print-routes to the Ecosystem.
- Exposing fastify `httpHandler` and `defaultRoute` function, and adding support for hijacking FastifyReply
nodejs/undici 12 pull requests
- feat: Add Pool/Client.url
- Various Pool improvements
- fix(pool): forward error on disconnect event
- add close and destroy methods to Agent class
- test: re-enable gc test on darwin
- fix: throw on opts.path for global methods
- doc: add quick start example
- fix: global agent infinite connections
- init agent implementation + test
- fix(types): Pool URL
- Test WeakRef support
- feat(pool): forward connect and disconnect events
fastify/fast-json-stringify 6 pull requests
pinojs/pino 5 pull requests
nearform/titus 4 pull requests
Ethan-Arrowood/undici-fetch 4 pull requests
mercurius-js/mercurius 3 pull requests
fastify/fastify-static 3 pull requests
pinojs/pino-std-serializers 3 pull requests
delvedor/find-my-way 2 pull requests
fastify/fastify-passport 2 pull requests
pinojs/pino-tee 2 pull requests
fastify/fastify-rate-limit 2 pull requests
fastify/fastify-http-proxy 2 pull requests
fastify/benchmarks 1 pull request
fastify/avvio 1 pull request
fastify/fastify-request-context 1 pull request
mcollina/autocannon 1 pull request
davidmarkclements/rfdc 1 pull request
fastify/fastify-bearer-auth 1 pull request
fastify/fastify-helmet 1 pull request
pinojs/pino-debug 1 pull request
fastify/website 1 pull request
fastify/fastify-jwt 1 pull request
10
repositories not shown
Created an issue in Fdawgs/fastify-disablecache that received 2 comments
Drop nocache
I'd recommend dropping nocache as it's a fairly simple implementation, see https://github.com/helmetjs/nocache/blob/dba4c205867e77be4b55537b0844c7e…
2
comments