Tomasz Linkowski

Results 10 issues of Tomasz Linkowski

First of all, thanks for a great app! I'd like to propose the following new feature: - when we have `dataSource` set to `milestones`, gren could close the milestone after...

enhancement

Hi, I'd like to propose an API for consumer Kotlin DSL (in case you considered implementing one). ## Flavors There are two flavors, although they differ only slightly: - `given`...

This is related to #305, where the following `Seq` methods were declared eligible for reimplementation using `SeqBuffer`: - `crossSelfJoin()` (done in #305) - `inner(Self)Join()` (done in #305) - `leftOuter(Self)Join()` (done...

T: Enhancement
P: Medium

On several occasions, I've been looking for a method that would be an inverse of `Stream.flatMap`. I noticed that other people do too - here's an example [question on StackOverflow](https://stackoverflow.com/questions/50876963/what-is-the-kind-of-inverse-operation-to-javas-stream-flatmap)....

T: Enhancement
P: Medium

I think I found some inconsistencies in `SeqUtils.transform` concerning the method `characteristics()`. We have: ```java @Override public int characteristics() { return delegate.characteristics() & Spliterator.ORDERED; } @Override @SuppressWarnings("unchecked") public Comparator

T: Defect
P: Medium

Hi, thanks a lot for your plugin! I applied it, and it works just fine on Linux: https://travis-ci.com/tlinkowski/tlinkowski-superpom/builds/118715882 # Problem However, the build fails on Windows with the following message:...

bug

Occurs for all `unij-bundle-*` projects and empty `unij-collect-*` and `unij-misc-*` projects. We probably just need to disable `javadoc` until the project contents are filled.

bug

Currently, our specs only test if a service is properly registered on classpath ("proper service is registered on classpath"). It's easy to check, because we're testing on classpath only (due...

enhancement

JDK 9: - https://www.baeldung.com/new-java-9 - https://www.infoworld.com/article/3227244/java-9-is-here-everything-you-need-to-know.html JDK 10: - https://dzone.com/articles/109-new-features-in-jdk-10 JDK 11: - https://dzone.com/articles/90-new-features-and-apis-in-jdk-11 - https://dzone.com/articles/90-new-features-and-apis-in-jdk-11-part-2

enhancement

```java /** * Equivalent of {@link Collectors#teeing(Collector, Collector, BiFunction)}. */ Collector teeingCollector(Collector

enhancement