Jefferson Quesado
Jefferson Quesado
Well, just in case anyone wished for an alpine based dockerization, here it is. It will conflict with #7 and #23. Also closes #26
## Is your feature request related to a problem? Please describe. Create a driver in the likes of the `vtls` used in [cURL](https://github.com/curl/curl/tree/master/lib/vtls). The idea is that any vendor software...
Diamond operator are a great way of infering generics and let to a more readable Java source. But as seen in #357 , there are a lot of places where...
## Template for a Travis CI smoke-test build Travis CI is a widely used CI platform for open source projects that has tight integartion with GitHub. I would appreciate if...
## 4D method in Convert class AFAIK, 4D methods has been deprecated and should have been removed. However, investigating GitLab's [TotalCross/totalcross#583](https://gitlab.com/totalcross/TotalCross/-/issues/583), I found a 4D method in `Convert.java` [here](https://github.com/TotalCross/totalcross/blob/master/TotalCrossSDK/src/main/java/totalcross/sys/Convert.java#L653) and...
using more semantic java functional interface `BiPredicate` instead of `BiFunction`. ## About the changes Has potential to break compatibility with previous versions (see [Discussion points](#Discussion-points)), but makes the code more...
### Describe the feature request In the `Unleash` interface, there are some methods with a `BiFunction` argument. But the availables implementations for `Unleash` (`DefaultUnleash`, `FakeUnleash`) both have no safe measures...
Sugestão do @diegogit03. Solves #63 Não cheguei a avaliar qualitativamente as playlists para afirmar que a sugestão é melhor, mas essa playlist precisa reavaliar o tempo necessário para conclusão da...
Maybe i am using it wrongly, but I guess it should be useful to transform values `Indexed => Indexed` in a more natural way. I have a sequential `Stream`, I...
It would be more idiomatic to map in a stream a indexed value this way. Closes #47