Ivan Tymoshenko
Ivan Tymoshenko
Hi, I have a question about decoding path params. I have a URL that contains encoded symbols in its static and parametric parts. To match the route, I decode the...
The getSchema method returns the original schema with its $id and all nested schemas with their $ids. In tests, the purpose of using the getSchema method is to create a...
#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [ ] documentation is changed or added - [ ]...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue There...
@mcollina Hi, I have an idea for optimizing static paths. But I'm not sure it is worth it. Can you tell me from your experience, or maybe you got some...
Since version 6.0.0 was released, I want to publish a performance comparison between versions 5.0.0 and 6.0.0. Thanks, everyone, for your help. \* to normalize benchmarks in the main branch,...
There is an option in the prettyPrint method that as said "prints the representation of the internal radix tree, useful for debugging". The internal structure has a tree for each...
Through the building serializer process, different function use the same context that is stored in global. I think it would be better to share this context using the class. Also,...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue I...
It depends on #520 I think it's better to use Ajv to check data serialization results because we use it everywhere in FJS/Fastify and as it turns out, "is my...