ashishchandr70

Results 16 comments of ashishchandr70

> Hi, > > I am using graphql which expects promises in it's resolvers and so I end up wrapping functions like `passport.authenticate` with a promise like: > > ```js...

Hi @andywer Thanks for getting back on a Sunday! Node: v12.20.0 Threads: 1.6.3

@andywer is there a fix for this? I am having the same (or perhaps similar) issue like @anna-rmrf. Here is my code (from a mocha test): ``` it('RUN - Can...

Actually, in looking through the error and where it is coming from (spawn.js), found a nice workaround: Set THREADS_WORKER_INIT_TIMEOUT to something higher e.g. 20 seconds as the default of 10...

Hi @andywer I don't run them concurrently. I was just creating the worker pool and then the next command was to use one of the workers to execute an exposed...

I will try this today and give you my feedback. It is a great package.

Hi @susutew I am using the bumps fix branch and it now creates and resizes images passed in the array. However, it is only using the very last image in...

@dimitrius1986 sure will try that as well

@ikhsanalatsary yes exactly. I was able to modify the size of the multiple images but the images are all the same....but sizes are of course different. This is using the...

> @ashishchandr70 can you try my fork https://github.com/dimitrius1986/multer-sharp-s3 Hi @dimitrius1986 I tried with your fork. However, all the files are not present. Here is my code snippet for using multer-sharp-s3...