Kamil Mysliwiec

Results 488 comments of Kamil Mysliwiec

I personally share the concerns of everyone who collaborated (on looking for a viable solution and seamless path forward) in this issue https://github.com/fastify/fastify/issues/2847

@manju-reddys and then if the burden becomes too high, deprecate it? This doesn't seem reasonable

> Not being able to import .mjs packages seems like a pretty big issue to me given that many libraries are shipping mjs only. Having some clear documentation on transpiling...

I'd be OK with a hybrid approach that would let us provide both ESM and CJS at the same time as long as it doesn't impose a heavy maintenance burden....

> Also a good way. I think @ReturnType is a common decorator, which can work with swagger The example you presented already works with Swagger without any additional decorators if...

I agree with @micalevisk suggestion here https://github.com/nestjs/nest/issues/10086#issuecomment-1209349988

Should be easy to fix, luckily. Thank you @BrunnerLivio!

> Maybe we should consider a REPL command like this: This is already feasible with `select` (instead of `module()`)

@micalevisk that's how `NestApplicationContext` instance behaves by default (this isn't a bug)