Ecosyste.ms: Issues

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

GitHub / AndWass/pushgen issues and pull requests

#89 - Fix clippy warnings

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

#88 - Add `GeneratorExt::nth`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#87 - Add `GeneratorExt::cycle`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#86 - Add `ArrayGenerator` that owns an array and outputs

Pull Request - State: closed - Opened by AndWass about 3 years ago

#85 - Comparison

Pull Request - State: closed - Opened by AndWass about 3 years ago

#84 - Add `GeneratorExt::partial_cmp(_by)`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#83 - Add `GeneratorExt::unzip`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#82 - Add comparison functions

Issue - State: closed - Opened by AndWass about 3 years ago

#81 - Add `GeneratorExt::partial_cmp`

Issue - State: closed - Opened by AndWass about 3 years ago

#80 - Add `GeneratorExt::intersperse`

Issue - State: open - Opened by AndWass about 3 years ago
Labels: std-nightly

#79 - Add `GeneratorExt::partition`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#78 - Add `GeneratorExt::scan`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#77 - Add `GeneratorExt::peekable()`

Issue - State: open - Opened by AndWass about 3 years ago

#76 - Add `GeneratorExt::nth`

Issue - State: closed - Opened by AndWass about 3 years ago

#75 - Add `GeneratorExt::position`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#74 - Reverse generator

Pull Request - State: closed - Opened by AndWass about 3 years ago

#73 - Add `by_ref()`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#72 - Add `enumerate`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#71 - Document features

Pull Request - State: closed - Opened by AndWass about 3 years ago

#70 - Add `inspect()`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#69 - Add `scan`

Issue - State: closed - Opened by AndWass about 3 years ago

#68 - Add `cycle`

Issue - State: closed - Opened by AndWass about 3 years ago

#67 - Add `count()`

Issue - State: closed - Opened by AndWass about 3 years ago

#66 - Add `by_ref`

Issue - State: closed - Opened by AndWass about 3 years ago

#65 - Add `FromGenerator` and `collect()`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#64 - Step by2

Pull Request - State: closed - Opened by AndWass about 3 years ago

#63 - Fold

Pull Request - State: closed - Opened by AndWass about 3 years ago

#62 - Add try_min_by and try_max_by

Pull Request - State: closed - Opened by AndWass about 3 years ago

#61 - Add `min*` and `max*`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#60 - `GeneratorExt::try_reduce` takes `&mut self` instead of...

Pull Request - State: closed - Opened by AndWass about 3 years ago

#59 - Should a `marker::NonstopGenerator` be added?

Issue - State: closed - Opened by AndWass about 3 years ago - 4 comments

#58 - Spuriously stopping gen

Pull Request - State: closed - Opened by AndWass about 3 years ago

#57 - Add tests for spuriously stopping generators

Issue - State: closed - Opened by AndWass about 3 years ago
Labels: enhancement

#56 - Reduce

Pull Request - State: closed - Opened by AndWass about 3 years ago

#55 - Add `sum()` and `product()`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#54 - Add `any` and `all`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#53 - Add `step_by()`

Pull Request - State: closed - Opened by AndWass about 3 years ago - 4 comments

#52 - Do we need `Iterator::nth` equivalent?

Issue - State: closed - Opened by AndWass about 3 years ago - 1 comment

#51 - Add clippy lint for missing inlines

Pull Request - State: closed - Opened by AndWass about 3 years ago

#50 - Derive clone

Pull Request - State: closed - Opened by AndWass about 3 years ago

#49 - Add skip_while

Pull Request - State: closed - Opened by AndWass about 3 years ago

#48 - Add take_while

Pull Request - State: closed - Opened by AndWass about 3 years ago

#47 - Reverse/DoubleEnded generators

Issue - State: closed - Opened by AndWass about 3 years ago

#46 - Add copied

Pull Request - State: closed - Opened by AndWass about 3 years ago

#45 - Docs to pages

Pull Request - State: closed - Opened by AndWass about 3 years ago

#44 - [Proposal] Separating callback chain building and actual invocation

Issue - State: open - Opened by NobodyXu about 3 years ago - 48 comments

#43 - Refactor Flatten::run: Replace unwrap with set_some

Pull Request - State: closed - Opened by NobodyXu about 3 years ago

#42 - Refactor IteratorAdaptor::fold: Replace use of unwrap with InplaceUpdatable

Pull Request - State: closed - Opened by NobodyXu about 3 years ago - 1 comment

#41 - Comment on why prev = x in Dedup::run cannot be removed

Pull Request - State: closed - Opened by NobodyXu about 3 years ago - 10 comments

#40 - Document feature `std`

Issue - State: closed - Opened by AndWass about 3 years ago
Labels: documentation, good first issue

#39 - Refactor Dedup::run: Avoid using Option::unwrap

Pull Request - State: closed - Opened by NobodyXu about 3 years ago - 4 comments

#38 - Add `GeneratorExt::cloned`

Pull Request - State: closed - Opened by AndWass about 3 years ago

#37 - Draft to enable boxed generators.

Pull Request - State: closed - Opened by AndWass about 3 years ago

#36 - Add `.last()`

Pull Request - State: closed - Opened by epage about 3 years ago - 1 comment

#35 - Support for Boxed Generators

Issue - State: closed - Opened by epage about 3 years ago - 3 comments

#34 - Audit for missing `#[inline]`s

Pull Request - State: closed - Opened by epage about 3 years ago - 1 comment

#33 - Add `Option::into_iter()`

Pull Request - State: closed - Opened by epage about 3 years ago - 1 comment

#32 - [Question] pushgen::Generator and std::ops::Generator

Issue - State: closed - Opened by NobodyXu about 3 years ago - 14 comments

#31 - Add `.try_for_each`

Pull Request - State: closed - Opened by epage about 3 years ago - 1 comment

#30 - Add `.filter_map()`

Pull Request - State: closed - Opened by epage about 3 years ago - 1 comment

#29 - Add `.flat_map()`

Pull Request - State: closed - Opened by epage about 3 years ago - 2 comments

#28 - Add Either support

Pull Request - State: closed - Opened by epage about 3 years ago - 1 comment

#27 - Handling of "itertools"?

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

#26 - Add `from_fn` generator factory

Pull Request - State: closed - Opened by epage about 3 years ago - 4 comments

#25 - Add warn must use

Issue - State: open - Opened by AndWass about 3 years ago
Labels: documentation, good first issue

#24 - `impl Clone` for applicable generators

Issue - State: closed - Opened by AndWass about 3 years ago

#23 - Add `GeneratorExt::product`

Issue - State: closed - Opened by AndWass about 3 years ago

#22 - Add `GeneratorExt::sum`

Issue - State: closed - Opened by AndWass about 3 years ago

#21 - Add `GeneratorExt::cycle`

Issue - State: closed - Opened by AndWass about 3 years ago

#20 - Add `GeneratorExt::cloned`

Issue - State: closed - Opened by AndWass about 3 years ago

#19 - Add `GeneratorExt::copied`

Issue - State: closed - Opened by AndWass about 3 years ago

#18 - Add `GeneratorExt::unzip`

Issue - State: closed - Opened by AndWass about 3 years ago - 1 comment

#17 - Add `GeneratorExt::min`

Issue - State: closed - Opened by AndWass about 3 years ago

#16 - Add `GeneratorExt::max`

Issue - State: closed - Opened by AndWass about 3 years ago

#15 - Add `GeneratorExt::position`

Issue - State: closed - Opened by AndWass about 3 years ago

#14 - Add `GeneratorExt::find`

Issue - State: closed - Opened by AndWass about 3 years ago

#13 - Add `GeneratorExt::any`

Issue - State: closed - Opened by AndWass about 3 years ago

#12 - Add `GeneratorExt::all`

Issue - State: closed - Opened by AndWass about 3 years ago

#11 - Add `GeneratorExt::partition`

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

#10 - Add `GeneratorExt::collect`

Issue - State: closed - Opened by AndWass about 3 years ago - 1 comment

#9 - Add `GeneratorExt::inspect`

Issue - State: closed - Opened by AndWass about 3 years ago
Labels: good first issue

#8 - Add `GeneratorExt::take_while`

Issue - State: closed - Opened by AndWass about 3 years ago

#7 - Add `GeneratorExt::skip_while`

Issue - State: closed - Opened by AndWass about 3 years ago

#6 - Add `GeneratorExt::enumerate`

Issue - State: closed - Opened by AndWass about 3 years ago
Labels: good first issue

#5 - Add `GeneratorExt::step_by`

Issue - State: closed - Opened by AndWass about 3 years ago - 1 comment

#4 - Add `GeneratorExt::last`

Issue - State: closed - Opened by AndWass about 3 years ago
Labels: good first issue

#3 - Add `GeneratorExt::count`

Issue - State: closed - Opened by AndWass about 3 years ago
Labels: good first issue

#2 - Flatten

Pull Request - State: closed - Opened by AndWass about 3 years ago

#1 - Deduplication

Pull Request - State: closed - Opened by AndWass over 3 years ago