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
I have a need to bunzip files created with the deprecated randomised option. The source code has a comment saying that we can add support for this if anybody complains. This is me "complaining" 🙇.
/* We can add support for blockRandomised if anybody complains. There was
some code for this in busybox 1.0.0-pre3, but nobody ever noticed that
it didn't actually work. */
if(reader.read(1))
_throw(Err.OBSOLETE_INPUT);
This comment does not seem to originate with this project, so I'm not sure if the offer still stands. Otherwise I assume a pull request supporting these types of files would be welcome?
(Every available bzip2 package on NPM appear to have this same limitation…)
The text was updated successfully, but these errors were encountered:
I have a need to bunzip files created with the deprecated randomised option. The source code has a comment saying that we can add support for this if anybody complains. This is me "complaining" 🙇.
seek-bzip/lib/index.js
Lines 141 to 145 in b77fe92
This comment does not seem to originate with this project, so I'm not sure if the offer still stands. Otherwise I assume a pull request supporting these types of files would be welcome?
(Every available bzip2 package on NPM appear to have this same limitation…)
The text was updated successfully, but these errors were encountered: