-
Notifications
You must be signed in to change notification settings - Fork 2.2k
iOS browserify #830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
npm -g ls | grep browserify npm -g ls | grep buffer
running this on iPhone6 iOS8 and iOS9 simulator fails with reverse being undefined, iOS10 is fine, can't we bring back buffer-reverse? (https://github.com/bitcoinjs/bitcoinjs-lib/compare/master...rubensayshi:bufferreverse?expand=1) or we dont want to support ios <10 ? hmm, quickly looking at stats for our app we see 2.4% iOS 9.3 and rest is all 10+ |
@rubensayshi I think this is the wrong repository to report this... maybe https://github.com/feross/buffer ? |
reported it there, I guess you prefer waiting for a fix there instead of brining back buffer-reverse? |
@rubensayshi ideally yes, if there is such an issue, upstream is the best place to resolve it. |
@rubensayshi apparently it isn't an upstream thing. I think drop iOS<10, re-open if you think otherwise. |
I'd strongly prefer bringing back from our business perspective ~2% users is too much to ignore for us, as a FOSS project you can be a bit more "focused on the future instead of the past", but the cost is pretty low in this case I think |
@rubensayshi is |
yes, reversing buffers is not something that is done often, if at all ;) |
@rubensayshi PR it up |
@rubensayshi and please submit a |
I too have experienced this on my stack, but I opted to drop the support. |
the README says "NOTE: If you expect this library to run on an iOS 10 device, ensure that you are using [email protected] or greater."
I assume that is for the Buffer.prototype.reverse issue that I'm running into, but it doesn't seem to actually fix it ...
also I don't see anything in the buffer package that indicates a fix for the missing reverse method, or was that about Buffer.from?
Uint8Array
doesnt havereverse
in my iOS emulator.The text was updated successfully, but these errors were encountered: