Manuel Spigolon

Results 381 comments of Manuel Spigolon

Nevermind - I hope we will see some updates

From my finding, these are missing too/still. - 10130 -> to -> 10135 Minior-Orange-Meteor - 10143 Mimikyu-Busted - 10145 Mimikyu-Totem-Busted - 10158 Pikachu-Starter - 10182 Cramorant-Gulping: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/10182.png - 10183 Cramorant-Gorging:...

I would check here: https://stackoverflow.com/questions/45888524/empty-values-validation-in-json-schema-using-ajv I would not expect that behaviour with that schema since `typeof "" === 'string'` is true In any case, it is an AJV thing and...

> and the problem is when we access req.params.model , it's shows as undefined and not an empty string , so why the required is not working Can't reproduce ```...

It worth investigating on it, I will move the issue 👍🏼

@Zack-Heisnberg could you check if https://github.com/fastify/fastify/pull/4903 solved?

> So, the used schema would be error schema > route schema > default error schema. I'm not too fond of it - it could become very hard to manage...

@camsteffen open a new issue please it works it works: ``` const app = require('fastify')({ logger: true }) app.setErrorHandler(function (error, request, reply) { console.log('parent') reply.status(500).send({ ok: false }) }) app.register(function...

No, sorry, I don't have enough time to work on it