Adriano Raiano

Results 751 comments of Adriano Raiano

other downstream libs probably also need some changes: https://github.com/fastify/fastify-static/pull/127

The /documentaiton/json in fastify v2 looked like this: ![image](https://user-images.githubusercontent.com/1086194/81053305-25acbb00-8ec5-11ea-87ba-88ce6e4974fc.png) and with fastify v3 (+ $ref) it looks like this: ![image](https://user-images.githubusercontent.com/1086194/81053367-3eb56c00-8ec5-11ea-9f9e-59a94d3f455b.png) maybe @Eomm can help? Seems like 'uuid#' in v2 was...

> It didn't resolved in on route hook, it resolved after, when `app.ready()` resolved ok, nevertheless... this is not getting resolved anymore... > also fixing this could be copy-pasted to...

Added a test in my fastify fork: 2.x branch => https://github.com/adrai/fastify/commit/e86e23d76a544de9ade9cc96712b8525da00c60c (works) master branch =>https://github.com/adrai/fastify/commit/0d535c4e746853aa32050db0b54ff5032abbec0d (fails) for v3 this changed: this: `vacation: 'sharedAddress#'` to: `vacation: { $ref: 'sharedAddress#' }` I...

@Eomm thank you for the explanation. I would prefer "slow" (I have no time pressure to update to fastify v3 currently, just did a first test)

please create a reproducible example... seems to work here: https://flowchart.js.org/

you need to isolate the issue in a minimal reproducible example, sorry.

Would you like to send a Pull Request to address this? https://github.com/i18next/react-i18next/blob/master/index.d.ts

btw: seems to work here: https://github.com/i18next/react-i18next/blob/master/test/typescript/withTranslation.test.tsx#L78