cactoos icon indicating copy to clipboard operation
cactoos copied to clipboard

Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons

Results 89 cactoos issues
Sort by recently updated
recently updated
newest added

Let's create a `Sleep` object, because it's util in a lot of situations and we already use `private void sleep()` in some places in Cactoos code.

0crat/scope
0crat/role/DEV

The puzzle `1533-fb13df65` from #1533 has to be resolved: https://github.com/yegor256/cactoos/blob/f8d61e1d8dcccc399b963632ca5f85a8a048f6f2/src/main/java/org/cactoos/map/package-info.java#L29-L31 The puzzle was created by Olivier B. OURA on 13-Mar-21. Estimate: 30 minutes, role: DEV. If you have any technical...

bug
pdd
0crat/scope
0crat/role/DEV

Randomized has an issue about its constructors parameters order. Look: ``` public Randomized() // Ok public Randomized(final Integer len) // Ok public Randomized(final Scalar len) // Ok public Randomized(final Character......

0crat/scope
0crat/role/DEV

The puzzle `1254-cd24df12` from #1254 has to be resolved: https://github.com/yegor256/cactoos/blob/62345fc1ba3db7fdfd562ba1a7ad32fab3cbb5e1/src/main/java/org/cactoos/list/Joined.java#L37-L39 The puzzle was created by @baudoliver7 on 26-Feb-21. Estimate: 30 minutes, role: DEV. If you have any technical questions, don't...

bug
pdd
0crat/scope
0crat/role/DEV

What do you think about adding a separate constructor to `CollectionEnvelope`, `ListEnvelope` which allows to pass Stream instead of collection? It allows to have lazy initialization without scalar+sticky.

0crat/new

I noticed the pain it can be to use all the interfaces like `Text` or `Scalar` that throws `Exception`. You have to wrap them most of the time in `IoCheckedXXX`...

`DigestEnvelope`, `GzipInput`, `GzipOutput`, `InputAsBytes`, `ReaderAsBytes`, `WriterAsOutput`, `WriterAsOutputStream` and `LengthOf` use as buffer size value `16

0crat/new

Hi I would like to propose to add new class which would handle situation when to Reduced there is passed empty iterable. At now Reduced throws NoSuchElementException when iterable contains...

It seems that only `Iterator` implementations are necessary, and `Iterable` ones can be avoided. Proposal: Replace all of `Iterable` implementations for primitive wrappers (added via #748) with a generic `IterableOfArray`...

0crat/new

It seems that a higher rate of reuse is possible between `Scalar` and `Iterable` decorators if there's a clear way to convert one to another. Proposal: Let's introduce - `IterableOfScalar(Scalar)`...

0crat/new