Bernard Labno
Bernard Labno
My `deps.edn` looks like this: ``` { :paths ["src/cljc"] :aliases { :jar {:extra-deps {luchiniatwork/cambada {:mvn/version "1.0.2"}} :main-opts ["-m" "cambada.jar" "-m" "xyz.core" "--app-group-id" "abc" "--app-artifact-id" "xyz"]}}} ``` Now `clj -A:jar --app-version...
When I submit the form and validation is failing I want all validation errors to be shown. So it would be great to tell the form to mark every field...
Initially we had only single impl based on RestEasy but now we've got Jersey and pure JAX-RS implementations, so this annotation may be confusing.
Currently each module has duplicate definitions of profiles related to container used by Arquillian. It would be easier to maintain that if such profiles were defined in parent module.
When I run integration tests with arquillian-jacoco I get IllegalClassFormatException. It turned out that jacoco conflicts with jrebel, so don't use arquillian-jrebel or pure jrebel together with jacoco. If you...
Has anyone tried integrating this plugin with Jenkins? There is https://github.com/jenkinsci/pitmutation-plugin for Java PIT. Maybe that one could be reused?
Is it possible to loop over an array or object properties and run the same condition against each entry?
When I add new dependency to my project and run `calculateChecksums` Then git diff should show me minimal differences. This can be achieved if dependencies are sorted by groupId and...
Hey, please push the `latest` docker image.
I'm getting error ``` template.less: Name Error: variable @brand-primary is undefined (line 8, column 10) near background: url(../assets/loading.gif) center center no-repeat; color:@brand-primary; position: absolute; ``` template.less contains `@import-once "../../_config";` statement...