You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With zeroPadding: false, chunks are written to the store that are smaller than the chunkLength, which according to the abstract-chunk-store tests should result in an error.
The text was updated successfully, but these errors were encountered:
I think
zeroPadding: false
violates the expectations of the abstract-chunk-store test suite: https://github.com/mafintosh/abstract-chunk-store/blob/master/tests/index.js#L25-L34With
zeroPadding: false
, chunks are written to the store that are smaller than the chunkLength, which according to the abstract-chunk-store tests should result in an error.The text was updated successfully, but these errors were encountered: