Andy Goossens
Andy Goossens
On a somehow related note, that message is logged at "warning" level as well. I would prefer seeing that message at "info" level instead so that the startup of my...
@tojuho: It takes years to master C. And don't forget to learn C++ as well (as that is the language blackbird is coded in). When you have done all that,...
No. But don't get your hopes up too high as okcoin lacks liquidity.
You claim to be using Bitbucket Server, but I assume that is a mistake on your part. Only Bitbucket Data Center has support for HTTP access tokens on project/repository level:...
I see. Using `addLong(getValue().longValue());` in my example would indeed have satisfied the rule.
Actually, it have tested it now with the `rewriteRun` task and it is broken as well. I have dug a bit further and it seems to be related to the...
> So the rewrite plugin really works the most effectively when applied a single time in the root project as the `rewriteDryRun` and `rewriteRun` desire to run over all available...
Yeah, my project is private. In case I apply OpenRewrite per project then I see this when I run `./gradlew :sub-module:buildEnvironment`: ``` classpath \--- project :build-conventions +--- com.google.protobuf:protobuf-gradle-plugin:0.9.3 | \---...
I have seen it fail with tasks: * rewriteDiscover * rewriteDryRun * rewriteRun The results are very unpredictable. It seems to work at first, afterwards it starts failing with "attempted...
>> The key and element characters #, !, =, and : are written with a preceding backslash to ensure that they are properly loaded. > So, the docs seem to...