Jens Schulze

Results 23 issues of Jens Schulze

I have the problem with a LogicalNot mutation. I wrote a test using prophecy to cover this mutation, but Humbug doesn't see that the mutation is covered. When I'm applying...

bug
needs feedback
critical bug

At the moment when running the buildParameters script you get this advice: ``` Creating the "" file Some parameters are missing. Please provide them. ``` A nice to have to...

It would be really nice to have the support for callables as a helper function. Especially when using lightncandy in a framework you often deal with instances generated by a...

recipe

When trying to proxy requests against a https secured API endpoint I'm getting this error message. ``` node bin/osprey.js -f api.raml -a https://api.example.org -p 3000 ``` ``` Error: Hostname/IP doesn't...

help wanted

When proxying requests with "Accept-Encoding: gzip" header and a gzip encoded response I just get a gibberish response. Btw I'm using the raml1 branch of Osprey. The interesting part here...

help wanted

When using this RAML ```raml #%RAML 1.0 --- title: Test types: FooAction: type: object discriminator: action properties: action: string FooTestAction: type: FooAction discriminatorValue: test properties: name: object BarAction: type: object...

v2
RAML 1.0
typesystem
selected

Following RAML definition produces the errors below using the java parser: ```raml #%RAML 1.0 --- title: Test baseUri: https://example.com version: v1 mediaType: application/json types: PagedQueryResponse: object resourceTypes: domainTemplate: get: responses:...

Following RAML definition: ```raml #%RAML 1.0 --- title: Test types: Reference: properties: typeId: string id: string FieldType: discriminator: name properties: name: type: string ReferenceFieldType: type: FieldType discriminatorValue: Reference properties: referenceTypeId:...

Releases before 2.1 were compiled with a target runtime for Java 8. The latest releases 2.1 was compiled with Java 11. Could you please build the plugin against Java8 again?...