Eric Mc Sween

Results 3 issues of Eric Mc Sween

In the Javascript version, when using `diff_cleanupSemantic()`, some diffs result in the [semantic alignment loop](https://github.com/google/diff-match-patch/blob/master/javascript/diff_match_patch_uncompressed.js#L958-L971) being run many times. This happens when comparing a file containing a long chunk of...

Not sure if it's the near equal longitudes, but this call returns NaN: geolib.getDistanceSimple({latitude: 43.647862 , longitude: -79.39290290000002}, {latitude: 43.647862, longitude: -79.392903})

bug
help needed

In node-fetch v3, if the response body stream is destroyed before the request completes, the request is aborted. This is useful when piping the body into another stream using `pipeline()`:...

bug