Daniel G. Taylor
Daniel G. Taylor
@kadishmal if you manually install the 1.6.2 version does that work? Does 1.6.3 consistently fail for you? Any other info you can give me? It is installing okay for me....
The auto-collapse code lives here: https://github.com/danielgtaylor/aglio/blob/olio-theme/templates/scripts.js#L97
@robbinjanssen thanks, I think it does make sense to allow people to disable the feature if they want, or collapse all. This will take a bit of development work and...
@earnaway interesting, this looks like an upstream bug in the parser. I'll try to investigate and see if it's still happening with the latest major release (which Aglio will be...
@earnaway the major breaking work on the C++ parser is done now with the release of Drafter 1.0.0 and Protagonist 1.0.0, however there are still some missing features and some...
@hs3180 can you explain what the problem with showing this in the example URL is? Do you think users will think that the parameter is required even though it isn't...
This is a great idea. I'm definitely open to merging this in if someone implements it, and given that so many of the themes share the same base I think...
@jk2K thanks for reporting this issue. Currently, [apiaryio/drafter.js](https://github.com/apiaryio/drafter.js) is the tool used to generate JSON Schema from MSON attributes in a blueprint (through a library called [apiaryio/boutique.js](https://github.com/apiaryio/boutique.js)). This will soon...
Link to [specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#fixed-fields-20)
@jormaechea for the two parts: 1. I will update the example generator to take these into account. 2. This is actually an upstream issue, and I have opened getkin/kin-openapi#71 so...