Semir Patel
Semir Patel
When using a jsonref'd data structure with third-party libraries, the presence of the proxy objects in the object graph can sometimes pose compatiblity issues. In cases where it is not...
Would be nice to be able to edit topic configuration on this page: ```http://:/topics/?#configuration```
This is in reference to #220 and #193. Basically, make it easy to wrap the SwaggerClient, Resource, and Operation easily add new features like: - OAuth2 support - Passing headers...
https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#composition-and-inheritance-polymorphism
Expose the public interface of the library in the bravaodo_core module so that users of the library don't need to figure it out. This includes interfaces for both client and...
http://bravado-core.readthedocs.org/en/latest/models.html#model-discovery is stale and needs to be updated to the tune of: - x-model is only inserted automatically for #/definitions - everywhere else, spec author is required to add x-model
The `allowEmptyValue` request parameter seems to have appeared in the spec out of of nowhere. Shouldn't been too hard to add support for it. https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md
I see there are provisioners for apt, yum, and chef. This seems overly constrained. Why not allow for an arbitrary script to be executed as the provisioning step (similar to...
Currently, custom block device mappings are not able to be communicated via the cluster creation endpoint in AutoScalingController.groovy (and subsequently applied to the LaunchConfiguration). I see there has been past...
To start asgard standalone and limit it to the loopback interface on port 9999: ``` java -Xmx1024M -XX:MaxPermSize=128m -jar target/asgard-standalone.jar "" localhost 9999 ``` Checking with netstat: ``` netstat -l...