David Baena

Results 3 issues of David Baena

The goal of this PR is to add and Logger option to suppress warnings if user integrates kustomize in his project. But the kustomize binary still printing warnings by default....

cncf-cla: yes
size/M
needs-rebase
lifecycle/rotten
tide/merge-method-squash
ok-to-test

Hello! When I updated the plugin to 2.2.14 version(Mac 10.13.2) I got the following dialog: ``` New version of the extension (cant.reach.github) Please check you added your bitbucket server domain...

Zip kata does not provides the right solution: https://github.com/FunctionalKotlin/katas/tree/master/src/main/java/functional/transforms/zip It has the MapReduce solution. The correct answer is: ``` fun getFirstActorMap(movies: List, casts: List): Map = movies.zip(casts) .map { (movie,...