Mark H
Mark H
Go into Configure system, and scroll down to the **SCM Sync configuration** section, then uncheck the "Display SCM Sync Status" checkbox.
FWIW, I've been just using the `-SNAPSHOT` and it seems fine.
What is this "cluster name" of which you speak? My cluster list is blank in the kafka-manager UI on port 9000.
Until a full-on fix arrives, is there a command or script that can regenerate the `index.yaml` file by listing the files in the repo?
Granted you can't 100% eliminate collisions if as you say, _imagine both user clients will create a lock file_ at the same time. But we can still try to narrow...
Maybe he means store the `index.yaml` file in git instead of s3.
In the meantime, is there a recommended JavaScript lib we could inject? To convert PB to JSON? Another challenge on my end, FWIW, is that the implementation of ProtoBuf I'm...
The `--profile` option works fine for me. Recommend closing this ticket. Unless @petercoulton objects.
To elaborate, a common desired output is one field per line, with no [hierarchical] indentation. Current (alleged buggy) behavior of `--indent 0` seems redundant with `--compact-output` --thus we either need...
I reproduced the problem. After pasting in the following lines above the sample code: ``` @Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.7') import groovyx.net.http.HTTPBuilder import groovyx.net.http.RESTClient import groovyx.net.http.HttpResponseException import static groovyx.net.http.ContentType.* ``` ...and replacing...