py - Pierre Yves Ricau
py - Pierre Yves Ricau
Maybe a better example (needs to be checked) : ``` java class IsInteger extends Func {{ out = "Integer: " + in; }} class IsWorld extends Func {{ out =...
See also here : https://gist.github.com/2658827
"Minor updates" => this is a giant PR, hard to review. I appreciate your help in keeping this repo up to date, but going forward would you mind making small...
@Goooler Would you mind rebasing & solving the conflict? Also, do you have any idea how to get renovate[bot] to play nice with CLA Assistant?
(oops sorry didn't mean to close, wrong button)
:rocket: :shipit: :cupid:
You are totally right, this is quite a problem (although I always build from the parent pom). I guess it's a bug in the license plugin... Your solutions are pretty...
damn xml escaping, when I wrote, "add false to the plugin", in fact I meant : ``` xml false ```
I realised that adding inherited didn't fix the problem, it disabled the plugin in child modules even when executing from parent module... stupid.
Thank you! A few questions: - Why is this 4 commits? Can you squash into one? - If we need both, can you separate setWritable and setReadable and have a...