Dominik Bartholdi

Results 34 comments of Dominik Bartholdi

@zalmoxisus what do you mean with > You should click Remote DevTools button from the bottom, then in that new window click on Settings and set your port. where should...

regardless of the structure, I think there should also be some kind of an index for solutions belonging more to a concept then to an actual provider. e.g. the provisioner...

@lbroudoux getting improved validation messages would be great, but in the meantime it would even help if the error message would tell which of the validated payloads are actually failing....

oh, you only check the request against the schema? thats actually a bummer, I was only looking for the exact opposite. I always point the `OPEN API SCHEMA` against microcks...

reading your above response again, what do you mean with "schemas composition using `all`"? You mean a OAS having references to other external documents? we don't have this, its always...

@lbroudoux would this be something for a contribution? If yes, can you point me into the right direction? :)

I would love to do so yes, but I just did not find the time yet - if your faster then I am, please feel free :) but one of...

sorry, I found a solution by adding a specific annotation like this: ``` private PDPage newPage(String title) { PDPage page = new PDPage(PDRectangle.A4); PDAnnotationText titleAnnotation = new PDAnnotationText(); titleAnnotation.setAnnotationName("title"); titleAnnotation.setName(title);...

@vandeseer But I still face one Problem: how do I tell the table to also consider the given `.startY(750F)` on the next pages? So my problem is, that `.startY(750F)` is...