Edmond Chui
Edmond Chui
Use the following command to install the last commit (https://github.com/Faithlife/compressjs/commit/19652f100671e559d7731980c26cd06a7e999b8d as of Oct 18 2018) in this fork: https://github.com/Faithlife/compressjs/commits/hermit ``` npm install --save https://github.com/Faithlife/compressjs/archive/19652f100671e559d7731980c26cd06a7e999b8d.tar.gz ``` Even works for React Native...
I found out the reason while I'm testing. When the input is an empty String, the second entry after it will cause this error. Here is a test case, after...
> @EdmondChuiHW whats the status of this PR? would love to have access to this. @danvernon looks good to me 😜 Ask the author to see if there's anything I...
I am seeing `applySpec` and `juxt` have different return types. While `applySpec([inc, dec])(1)` returns `[2, 0]`, `pipe(applySpec([inc, dec]), flatten)(1)` returns `[]`. It appears that `applySpec` returns an `Object` with properties...