superguineapig

Results 7 comments of superguineapig

Hey all. It's been some time since this issue was opened and buffer was updated. Has the herd moved to another implementation/fork? Or is there still a roadmap for this...

Thanks for the info @vmx Glad to hear the project is still alive.

Oops. I should have been using `alloc()` instead of `new` anyway. Unfortunately, even after swapping out the _new_ for _alloc_, the results are still different between Buffer implementations.

Might be related to this ongoing issue: https://github.com/facebook/react-native/issues/29279

@bittu1028 @ramisalem - what are you experiencing exactly? which platform? which deps? etc...

Try this as a quick troubleshooting checklist: (in order) 1. close app in simulator if running 2. simulator `Device -> Erase all content and settings` 3. close any running instances...

Hi, I'm not affiliated with this library, but I find it quite useful and stumbled across similar issues recently, so I created a [codesandbox](https://codesandbox.io/s/test-for-issues-tiu52?fontsize=14&hidenavigation=1&theme=dark) to test this issue. It seems...