emeth-kim

Results 2 issues of emeth-kim

There is a minor bug in the getLabels method. https://github.com/vinhkhuc/JFastText/blob/130e5e0243e8946124ba8bfa7ab81175bb1995b7/src/main/java/com/github/jfasttext/JFastText.java#L108-L110 should be ```java public List getLabels() { return stringVec2Strings(fta.getLabels()); } ```

If Kubedock is offered as a Jar file, it could significantly improve the testing workflow in Java projects. Enabling Kubedock execution at the code level before Testcontainer would allow for...

enhancement