baki gul

Results 11 comments of baki gul

Is this task still active? I noticed a PR has been opened but not reviewed yet. https://github.com/fastify/fastify-cli/pull/794 If it's still ongoing, I'd be happy to take it on. @mcollina @jean-michelet

This issue should have been closed with this PR, I think it was overlooked, Or am I wrong? https://github.com/nodejs/undici/pull/3800

@climba03003 I think, if I put the if condition there as you said this code will not work ` await app.register(cors, { delegator: () => ({ origin: '*' }), logLevel:...

> > @climba03003 I think, if I put the if condition there as you said this code will not work ` await app.register(cors, { delegator: () => ({ origin: '*'...

Actually, this issue was mostly resolved earlier, but there were still a few missing pieces specifically some TypeScript types and dedicated tests. I’ve added those to complete the fix [Fix/iso...

I am working on this issue

First of all, I would like to state that I am new to the open source ecosystem, I have read everything written in its entirety, there were cases that I...