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...
Looks like support was added in #752, but accidentally got removed during refactor in #774 from [marker/services/openai.py](https://github.com/datalab-to/marker/pull/774/files#diff-e6f903234b0198efe2fce5ce746dd2d88e9304dcf0037fcd7fdf67124afb5442L47)
Submitted PR to fix this: https://github.com/datalab-to/marker/pull/869