Aleksandr Zhuikov

Results 5 issues of Aleksandr Zhuikov

after running gradle clean, gradle build says :requireJs UP-TO-DATE Here is my configuration: https://github.com/aleksz/driveddoc/blob/master/build.gradle rm -rf .gradle/ does the trick

It would be great to have an option to fallback to full sized image if thumbnail image is missing. I'm using `` to handle such cases in other places, but...

My @RequestBody class looks like this: ``` public static class OrderRequest { @JsonProperty("product-offering-id") public String productOfferingId; @JsonProperty("initial-state") public String initialState; } ``` Swagger generates such model: ``` OrderRequest { productOfferingId...

enhancement
question

I need to poll service until it's up. Would be nice to have a way to poll in loop with delay

Would be nice to have configurable .ser file location and option to execute instrumentation before running tests in parallel.

Good PullRequest