Martin Rademacher

Results 172 comments of Martin Rademacher

This might be more likely an issue in the underlying swagger-php library.

Turns out you are right ;) - https://github.com/zircote/swagger-php/pull/1466 Historically there have been cases in the library where code was checking for specific class types, but I think those should be...

a) Yes I am using it. I was wondering myself why :) I guess it happened when I started working with the jsBox example... b) It kind of works for...

I support this request. We ended up patching Terminal.js... // new element label on options setOptions: this.options.label = options.label || ""; // create label for terminal (similar to a radio...

tooltips are perhaps an idea. Using the edge branch I managed to get what I want by extending the used Terminal class and overriding the render() method. However, since I...

Hmm, if you specify alternatives, obviously all would be valid as far as the pact is concerned. I agree, there are cases even in the data I a dealing with...

I think the first step would be to try to figure out if this is possible to express in OpenApi yaml/json itself. If so, we can start thinking about how...

Could you please provide some more details? For example is this using swagger-php directly or via bundle/plugin? A snippet of the annotations that break would be good too.

Hmm. A reproducable code example would really help. While the bug happens after the swagger-php upgrade triggers the error the problem might stii be with the bundle.

There is currently no object / class for this so you'd construct that from nested arrays for now