Daniel G. Taylor
Daniel G. Taylor
This issue is to discuss the new auto-collapse feature of the Olio theme engine. It is pulled from [this discussion](https://github.com/danielgtaylor/aglio/issues/103#issuecomment-120872366) on another issue. @danielgtaylor wrote: > It will now attempt...
There should be an option to continue transcoding the next file when converting multiple files but still leave the error message on the screen until acknowledged it's annoying having to...
Hey, I appreciate your response. I'm not too savvy with this kind of thing, but I did find this on a discussion forum. I assume it's some kind of data...
**Maintainer EDIT:** *Want to see this move forward? Jump to [this comment](https://github.com/getkin/kin-openapi/issues/230#issuecomment-1002659224)* --- First release candidate has been put up: https://github.com/OAI/OpenAPI-Specification/releases/tag/3.1.0-rc0 Creating this issue to track what work needs to...
See apiaryio/api-blueprint#202. Sample at [line 126](https://github.com/BrightcoveLearning/cms-api/blob/742e109f87d8046338b4bcf8c747210ecc3310fc/apiary.apib#L126).
Currently setting up auth is a manual step, but most (or all) of it can be automated as well.
Currently anything that isn't a basic type is just treated as a string. It would be good to support arrays via [`StringSlice(...)`](https://godoc.org/github.com/spf13/pflag#StringSlice) parameters and then have them encoded correctly via...
For APIs with paginated responses, the `cli` package should include utilities for handling the response and fetching subsequent pages automatically up to some limit. For example, the [GitHub API v3](https://developer.github.com/v3/#pagination)...
Add support for [parameters in cookies](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#parameterObject). Currently not supported at all.