Jon Ursenbach

Results 76 comments of Jon Ursenbach

Experiencing the same issue on build failures. I'm not executing any rakefiles with my project since we're a PHP shop, rather just a standard PHP script. cijoe v0.9.2 git version...

How do we install the 0.90.x branch? ``` $ bin/plugin -install polyfractal/elasticsearch-inquisitor/0.90.x -> Installing polyfractal/elasticsearch-inquisitor/0.90.x... Trying http://download.elasticsearch.org/polyfractal/elasticsearch-inquisitor/elasticsearch-inquisitor-0.90.x.zip... Trying http://search.maven.org/remotecontent?filepath=polyfractal/elasticsearch-inquisitor/0.90.x/elasticsearch-inquisitor-0.90.x.zip... Trying https://oss.sonatype.org/service/local/repositories/releases/content/polyfractal/elasticsearch-inquisitor/0.90.x/elasticsearch-inquisitor-0.90.x.zip... Trying https://github.com/polyfractal/elasticsearch-inquisitor/zipball/v0.90.x... (assuming site plugin) Failed to install polyfractal/elasticsearch-inquisitor/0.90.x,...

Sorry about that, I've just submitted a fix in https://github.com/Kong/httpsnippet/pull/184.

@ErikWittern I don't manage or use this project but a new release of HTTPSnippet was pushed out with my fix for this issue so it should be able to be...

Sorry yeah you're right. My fix for this is in https://github.com/Kong/httpsnippet/commit/0fc7f4a42cafadf00d1f2c0463ac93f9a8e7258b which hasn't been released yet.

Hey you might want to post this in https://github.com/swagger-api/swagger-core. This repo you're in is for the OpenAPI specification, not the generation library you're using where this issue is happening.

Having support for this would be really great. I'm currently trying to transform `/(.*)/g` into `match[1]`, but can't with this library.

Are you just trying to document an enum? I'm having a hard time understanding what you're trying to do here.

@Prithvi45 Do you have a code sample that's replicating this? What errors are you getting back?