Igor Savin
Igor Savin
@tgriesser We actually removed all use of Bluebird from knex last year, it runs completely on native Promises now. Generally speaking, Bluebird has less consistent performance (under heavy load, at...
sorry for that! def need to spend some time on it
So much yes.
I don't think there were particularly big changes about undici, other than the node versions supported. feel free to bump undici and drop support for node versions that undici doesn't...
@silasbispo01 you can use the typeguard from the library instead
@oliverbutler Is there anything that can be done to help push this over the finish line? I'm happy to help create separate fastify5 package if that is how is preferable...
Btw, I've created an alternative PR that avoids breaking changes and just bumps the range: https://github.com/ts-rest/ts-rest/pull/850 It should work at a runtime, but produce non-ideal types for Replies. Full solution...
@filipesarturi fair point, makes sense to replace
thank you! will review today
@Bram-dc thank you! will merge after creating a v4 branch