Jackie McDoniel
Jackie McDoniel
@kamilmysliwiec as there's a security vulnerability to this, do you think we can get it merged in soon?
Okay, so this works without the `forwardRef`, and your reproduction shows that using a `forwardRef` in the dynamic module, does indeed, cause this error. Can you explain your use case...
I like the idea for it! I'd say go ahead and make a PR, the API looks clean enough. Make sure it works for fastify and express please
Ah, yeah, this would be due to the new `require` I added in. @kamilmysliwiec does your `loadRequire()` bypass webpack's replacement, or is this something we'll need to update in the...
By the way, using `0` as the port means that the OS will find a free port for you. I do this in just about every e2e test that I...
Also, what would be the reason for keeping a port within a certain range, like under 4000? So long as it's above port 1023 is should _generally_ be okay as...
This actually might be related to something I'm looking into with `@fastify/view` integration and not being able to `res.view()` from an exception filter. I think there's somewhere that an `await`...
> Did you have a chance to find the root cause @jmcdo29? Let me know and I can take over if you're busy raised_hands @kamilmysliwiec that might be best. What...
I just want to point out that this is **not** a problem with Axios's new version **nor** is it a problem with how Nest uses Axios. Nest has `@nestjs/axios` for...
@jasonsaayman that may be, and thank you for working on fixing that up. This is just the second time I've seen someone go to a _library_ that recently went through...