Edgar Hipp
Edgar Hipp
Ok, so it means 0.26 seconds of improvement for a total run time of about 2 seconds. I think in this case, it doesn't make much sense to try to...
When you run `mocha-parallel-tests`, was it with the `FAST=true` environment variable ? The command run by `npm run test:es6:fast` is : "test:es6:fast": "FAST=true mocha --full-trace --check-leaks es6/tests/index.js", If you use...
Yes, I think you're right, lets give it a go then.
Hello @shadab14meb346 , the idea is to mock PizZip, meaning that it should behave in the same way as the PizZip library but be as fast as possible. For example,...
Does this make things more clear ?
I think it is because when using a real pizzip instance, you need to use the file contents, not the file path. IE : ``` const zippedFilePath = path.join(__dirname, "/testZip.zip");...
The zip creation is done here : ``` docxtemplater/es6/tests/utils.js line 403 const zip = new PizZip(content); ``` The usage of the zip is done at several places, for example :...
@shadab14meb346 are you alright ? I think I will tackle this issue soon if I don't get a response in the next few days.
Hello Virendra, I'm Sorry for the late response. Currently, there is no way to loop over rows but only on specific columns. It would be possible to create a new...
Hello Virendra, I'm sorry for the late reply, the refund was processed and should appear in your bank account when Stripe sends the money. Best, Edgar