ramananravi
ramananravi
> Thanks for the suggestion. Fixed it as suggested now.
> There are a lot of shorter ways to do this using Java 8 features: https://stackoverflow.com/questions/30995763/java-8-partition-list @garydgregory Thanks a lot for the suggestion. Fixed it now using Java 8 features...
> @ramananravi Note that Java has a method called subList(), so reusing that name might make sense. @garydgregory Are you referring to the method name partitionByChunkSize? The reason for keeping...
@kinow @garydgregory Got some quick questions since this is my first contribution to this repo. 1. Would this PR be considered for merge as part of upcoming release? 2. Is...
> I'll take a look on Friday. Any updates on this? Also, in general, what's the PR merge and release cycle? Thanks in advance.
@garydgregory thanks a lot for the explanation and sorry for the follow-up. Just wanted to know how the merge and release cycle works, just to plan things from my side...
@garydgregory - extremely sorry for the follow-up. Please let me know if there are any updates on this? Thanks in advance.
> @ramananravi If you will fix the conflicting changes, I'll take another look and see if we can get this merged into the main branch. @Claudenw - fixed as suggested....