Alexey

Results 4 comments of Alexey

Hello, all. :) Just adding one more test case for the forthcoming suite. This one is multiplication error. ``` console.log(strint.mul(String(14159572), String(63967072))); //905745461613184 console.log(+bigNum(14159572).multiply(63967072)); // 905746361613184 ``` Library **big-number** is provided...

@troZee Hello, thanks! What's the complexity with `UICollectionView`? Is it the fact that `reactSubviews` expose subviews of view, but there's no such equivalent of cells for a `UICollectionView`? Also, side...

@mihaip What version of plovr do you recommend? It seems that https://github.com/bolinfest/plovr/releases/tag/v3.0.0 produces way too much warnings, maybe due to plovr warning _WARNING: UNUSED OPTION "custom-warnings-guards"_. Thanks.

Hello, all, I'm interested in this issue being resolved as well. Answering @haberman on question in https://github.com/google/protobuf/issues/1591#issuecomment-237001956. My use case is to use `toObject` and `fromObject` in order to use...