Open Issues Need Help
View All on GitHubAI Summary: The task involves determining if directly modifying the `route.method` property within the `swaggerTransform` function of the `@fastify/swagger` plugin in a Fastify application will cause unintended consequences. The user wants to restrict the OpenAPI schema to only show the POST method for a route registered using `fastify.all`, even though `fastify.all` registers all HTTP methods.
AI Summary: The task is to debug an issue with the `@fastify/otel` plugin where ignoring paths using `ignorePaths` or route configuration does not prevent sub-spans from being traced. The user needs help understanding why sub-spans related to a health endpoint are still being traced even when the endpoint itself is ignored, and how to correctly disable tracing for both the endpoint and its sub-spans.
AI Summary: The task is to provide feedback and suggestions on a new open-source headless CMS built with Fastify. This includes considering aspects like governance, open-source maintenance, licensing (AGPL vs. Apache 2.0 or MIT), and the overall design as described in the project's README.