Marcel Link
Marcel Link
I'm looking forward to see 2.0 as this project is already a very good one. > it is calling the callback immediately when triggered and then again after the timeout...
You are right, i haven't thought about it. I can add both cases if merge is possible after that.
Looks good to me.
~~~ "./decimal.js": { "types": "./decimal.d.ts", "default": "./decimal.js" }, ~~~ I think types here is not needed, as .js => d.ts is implicit. ~~~ "./decimal.mjs": { "types": "./decimal.d.ts", "default": "./decimal.mjs" },...
We tested swap with the animation branch and it worked like before in vue2. Hopefully it gets merged this time, installing from git isn't nice.
I don't think barrysteyn is currently working on this project, there are at least two other pulls that should be merged, too. If you want you can try to use...
That's true but only barrysteyn can do it, at least a scoped package with a current version makes switching rather easy.
Just out of interest, does it work with a current Node version again? [core.h not found #20921](https://github.com/nodejs/node/issues/20921)
It should be the same issue as of [patch: do not reference arguments directly #120 ](https://github.com/barrysteyn/node-scrypt/pull/120). Does the version on [@ml1nk/scrypt](https://www.npmjs.com/package/@mlink/scrypt) work?
My last try with `npm install --global --production windows-build-tools` wasn't successful, too. I installed the build tools directly, then it worked. Alternative this issue seems to address the same problem...