Anant Damle

Results 33 comments of Anant Damle

+1 how is `web_library` different than `closure_js_binary`?

The CI flagged failing tests are not stemming from any code that I have touched, How to resolve?

thanks @XenoAmess and @kinow Fixed checkstyles issues (also checked locally using `mvn checkstyle:check`) The sytle checks & corrections can be simplified using [spotless](https://github.com/diffplug/spotless/tree/master/plugin-maven) plugin. Should I create a separate PR...

@garydgregory there is one big difference with ZippingIterator, `ZippingIterator` allows iterating over iterators of same generic type, whereas the proposed solution (`PairedIterator`) allows using two different types and hence needs...