Talha Ahmed
Talha Ahmed
I also need this functionality. Right now, there does not seem to be a way to get a dependency already resolved in request scope in `toFactory`, `toDynamicValue` etc without resetting/recreating...
I am also getting error with `3.150.0` of `@aws-sdk/client-sqs`
Happening to me as well on version. Dev/watch take 10-30 seconds for a small change. Using - plugin verison: `7.2.13` - nodejs `16.17` - webpack `5.74.0` - ts-loader `9.3.1` -...
@piotr-oles I can confirm that `7.2.12` seem to have performance issue fixed if I add `node_modules` to `watchOptions.ignored` above workaround also works for `7.2.13`. I have verified that.
Nevermind. Able to get it to work by following. Also need to add it in forceInclude 
For some reason, even though it is part of node_module, it still gives error `Error: Cannot find module '@keyv/redis'`
I also encountered this problem. In my scenario, if I import a file with absolute import which internally imports another file with relative import, it doesn't work. It is not...
This also seems to be happening to me. I am running a single query. It takes about 18-19 minutes. Pgadmin shows connection dropped and query result successfully committed yet promise...
I tested with both `keepAlive` true and setting OS tcp keep alive setting as indicated by @boromisp . Seems to have solved the issue
@mcx808 @daisukekobayashi U sing workaround, were you able to authenticate with key pair authentication or with password based auth? I cannot get it working with key pair auth even with...