rbcek

Results 3 issues of rbcek

Given following java class: ``` public class Foo { public String bar; public void bar(String bar) { this.bar = bar; } } ``` the following call in clojure: ``` (ns...

Default java constructor can not be resolved: For instance java class: ``` public class Foo { } ``` Clojure: ``` (Foo.) ``` Will generate invalid warning: **org.example.Foo constructor cannot be...

**Describe the problem/challenge you have** To use `my-image-registry` as image registry I have to specify for each setup: ``` localpv: image: registry: "my-image-registry/" helperPod: image: registry: "my-image-registry/" ``` **Describe the...

enhancement
good first issue