Namik
Namik
Any plans to merge this pr?
@jiawulin001 Thank you for looking into this. Sorry if my questions sounded condescending or demanding that was never my attention. Keep up with the great work 👍
It will be nice to have this feature.
any workarounds? I am having the same problem?
First of all, Typeorm team kudos and thank you for this great release, it has some really nice new features. Today started working on the migrations from 0.2x to 0.3x....
Yeah same here, I have been using this sdk for 4+ years now, and never come across a scenario to process something else while waiting for the data to load...
Any plan to resolve this issue? bn.js is used https://github.com/snowflakedb/snowflake-connector-nodejs/blob/master/lib/agent/cert_util.js#L36 yet it dependency is not listed in package.json. Not sure why the build failed in here but the change is...
@nksaroj were you able to find a solution? I am facing the same problem , I can mock Enqueue via Create but not ContinueJobWith eventhough both are extensions method for...
Nevermind, found the solution, for future devs coming across the same problem ```cs // FOR Enqueue It.IsAny _backgroundJobClientMock.Setup(x => x.Create(It.Is(j => j.Method.Name == nameof(IConvertJobService.Convert)), It.IsAny())).Returns("1"); // FOR ContinueJobWith it should...