Steel City Phantom
Steel City Phantom
I have an adoc that looks like this ``` == What are we implementing today? little description === Features in this initial rollout [.step] * one * two * three...
I have this code ``` def sphinxJson = addTaskLocal([name: BUILD_DOCS_JSON, type: SphinxDocumentationTask]) { type = SphinxDocType.JSON } ``` the formatter formats it like this ` def sphinxJson = addTaskLocal([name: BUILD_DOCS_JSON,...
### **Code** ```python schema_data = schema_json.get_json_schema_deref_object() event_scheme = api.schema_model('event_schema', schema_data) @build_ns.route("/build_start") class BuildStartEvent(Resource): @build_ns.doc('create_todo') @build_ns.expect(event_scheme, validate=True) @build_ns.response(400, 'Input Values Malformed') def post(self): ``` ### **Repro Steps** (if applicable) make the...
I see not really a problem but a serious limiting factor. The repository format is a fixed ivy format. I don't understand the need for a custom layout on the...
I am working on a fork of pygradle on windows. trying to do a fat pex, i keep getting the error `Could not find compatible interpreter` i have been debugging...
I began the code intended to split the sphinx functionality off into its own plugin. The spaghetti code in this thing was driving me insane so I decided to just...
these warnings come up every time you compile pygradle ``` :pygradle-plugin:validateTaskProperties Task property validation finished with warnings: - Warning: Task type 'com.linkedin.gradle.python.tasks.BuildPexTask' declares property that is not annotated: 'reason'. -...
I intend to experiment with this but I wanted your opinion. I have a huge number of java projects i want to add pygradle to because I want to position...
We have horrible CA issues in my company because we have an internal CA certificate server. I looked at the ArtifactoryImpl and when you set the ignoreSSLIssues flag, you don't...
If i built in the support for builds and submitted the PR, would you guys accept it?