Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / markrogoyski/itertools-php issues and pull requests

#55 - Translation, minor fixes in README

Pull Request - State: closed - Opened by Smoren over 1 year ago - 2 comments

#54 - `Set::distinctBy()`, `Stream::distinctBy()` added and tested.

Pull Request - State: closed - Opened by Smoren over 1 year ago - 4 comments

#53 - New functions description translated to Russian, some bugs fixed in README.

Pull Request - State: closed - Opened by Smoren over 1 year ago - 2 comments

#52 - Similar libraries block moved closer to the top

Pull Request - State: closed - Opened by Smoren over 1 year ago - 2 comments

#51 - Workflows are extended with phpstan step

Pull Request - State: closed - Opened by Smoren over 1 year ago - 3 comments

#50 - `Multi::zipFilled()`, `Stream::zipFilledWith()` methods added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 3 comments

#49 - Russian translation of the documentation is updated

Pull Request - State: closed - Opened by Smoren over 1 year ago - 3 comments

#48 - Method `Single::frequencies()` added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 8 comments

#47 - Method `Reduce::toNth()` added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 3 comments

#46 - Set namespace: tests fixed

Pull Request - State: closed - Opened by Smoren over 1 year ago - 2 comments

#45 - `Set::union()` method added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 4 comments

#44 - `Summary::allUnique()` method added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 4 comments

#43 - `Summary::isEmpty()` method added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 3 comments

#42 - `Reduce::toRandomValue()` method added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 2 comments

#41 - `Single::skip()`, `Stream::skip()` methods are added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 3 comments

#40 - Stream methods `peek()`, `peekPrint()`, `peekPrintR()` added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 5 comments

#39 - New IterTools Functionality Discussion

Issue - State: open - Opened by markrogoyski over 1 year ago - 11 comments

#38 - README translation is complete, some fixes in main README file made.

Pull Request - State: closed - Opened by Smoren over 1 year ago - 6 comments

#37 - Method `Single::breed()` added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 15 comments

#36 - `Summary::isPartitioned()` method added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 6 comments

#35 - Methods `Single::groupBy()`, `Stream::groupBy()` improved

Pull Request - State: closed - Opened by Smoren over 1 year ago - 13 comments

#34 - `Summary::arePermutations()` method added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 3 comments

#33 - `Summary::isPartitioned()` method added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 1 comment

#32 - `Single::slice()` method added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 9 comments

#31 - `Single::compressAssociative()` method has been improved

Pull Request - State: closed - Opened by Smoren over 1 year ago - 4 comments

#30 - Method `chunkwiseOverlap` improvement

Pull Request - State: closed - Opened by Smoren over 1 year ago - 5 comments

#29 - Pipe functionlity suggestion

Issue - State: closed - Opened by Smoren over 1 year ago - 4 comments

#28 - Method `retro()` added to `Single` and `Stream` namespaces

Pull Request - State: closed - Opened by Smoren over 1 year ago - 11 comments

#27 - `IteratorFactory::tee()` method added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 11 comments

#26 - Optional comparator parameter added to `toMin()`, `toMax()`, `toMinMax()` methods

Pull Request - State: closed - Opened by Smoren over 1 year ago - 13 comments

#25 - README fix about multiset rules

Issue - State: closed - Opened by Smoren over 1 year ago - 5 comments

#24 - `Single` namespace: `index()` and `keysOnly()` methods are added.

Pull Request - State: closed - Opened by Smoren over 1 year ago - 12 comments

#23 - Fix of tests: str_starts_with() usages removed

Pull Request - State: closed - Opened by Smoren over 1 year ago - 3 comments

#22 - Translation into russian added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 3 comments

#21 - `Set::partialIntersection()`: bug with using `iterator_to_array()` fi…

Pull Request - State: closed - Opened by Smoren over 1 year ago - 2 comments

#20 - Test cases for 1-partial intersections of multisets

Pull Request - State: closed - Opened by Smoren over 1 year ago - 5 comments

#19 - Namespace File created

Pull Request - State: closed - Opened by Smoren over 1 year ago - 8 comments

#18 - Namespace Set: symmetric difference methods

Pull Request - State: closed - Opened by Smoren over 1 year ago - 7 comments

#17 - Docs translation

Issue - State: closed - Opened by Smoren over 1 year ago - 18 comments

#16 - Namespace Set: intersection methods added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 23 comments

#15 - How about iterating resources?

Issue - State: closed - Opened by Smoren over 1 year ago - 7 comments

#14 - New reducers added (toBounds and toAmplitude)

Pull Request - State: closed - Opened by Smoren over 1 year ago - 8 comments

#13 - Method Reduce::toVectorLength() added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 5 comments

#12 - Stream namespace: random initializers added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 3 comments

#11 - Stream::print(): $glue param added.

Pull Request - State: closed - Opened by Smoren over 1 year ago - 5 comments

#10 - Method Single::chunkwise() added

Pull Request - State: closed - Opened by Smoren over 1 year ago - 9 comments

#9 - Chain namespace

Pull Request - State: closed - Opened by Smoren over 1 year ago - 8 comments

#8 - New namespace Tree

Pull Request - State: closed - Opened by Smoren over 1 year ago - 4 comments

#7 - README fixed: Reduce -> Summary in Quick Reference

Pull Request - State: closed - Opened by Smoren over 1 year ago - 2 comments

#6 - Method Reduce::exactlyN() added

Pull Request - State: closed - Opened by Smoren almost 2 years ago - 10 comments

#5 - Method Multi::zipStrict() added

Pull Request - State: closed - Opened by Smoren almost 2 years ago - 9 comments

#4 - Method Single::filterUnique() added

Pull Request - State: closed - Opened by Smoren almost 2 years ago - 11 comments

#3 - Method Single::reduce() added

Pull Request - State: closed - Opened by Smoren almost 2 years ago - 13 comments

#2 - Method Single::reduce() added

Pull Request - State: closed - Opened by Smoren almost 2 years ago

#1 - Shouldn't `Multi.zip()` throw exceptions for collections of different sizes?

Issue - State: closed - Opened by Danon about 2 years ago - 2 comments