Matteo Collina

Results 3238 comments of Matteo Collina

When do we want to do our next collaborator summit? It's time to start thinking. Let me give a few options: 1. CityJS London, 5th of April 2024 2. JSDay...

Some updates. I spoke with the CityJS organizers, and they would be on board in giving us a small track/half track at the main event on the 5th of April....

Is there any way to get those Symbols out from Node.js core? If not, we should make some change there first.

It appears you are doing some bundling. fastify-swagger-ui assumes to be able to read from the file system to load some of the styles/html files. You should be able to...

how do you load `lazy_transform.js`?

`lazy_transform` should be skipped when we build this module from Node.js core source. Adding it to this list would do: https://github.com/nodejs/readable-stream/blob/main/build/files.mjs Would you like to send a PR? Ideally it...

Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.

Thanks for reporting! Can you provide steps to reproduce? We often need a [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), e.g. some code that allows someone else to recreate your problem by just copying and...

Transfering to fastify-swagger-ui, because the problem seems to be there. Can you provide steps to reproduce? We often need a [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), e.g. some code that allows someone else to...

@DavidTanner Can you send a PR to update the docs for that?