Daniel G. Taylor
Daniel G. Taylor
Looks like the discussion in getkin/kin-openapi#96 is leaning towards having us call `DefineStringFormat` for everything we support. I'm open to a PR that registers the formats supported in the [example...
Can you share a specific example? E.g. what is a small working OpenAPI file and web request I can make to reproduce this?
See also #21.
Looks like this is [supported in the spec](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#componentsObject) but isn't supported in the [OpenAPI 3 library](https://github.com/getkin/kin-openapi) we use.
@philsturgeon the `petstore.yaml` document is missing examples. I don't yet generate fake data based on the schema, so for now you need to provide an `example` or `examples` to get...
These look like bugs in the underlying parser library. For now I have opened: - getkin/kin-openapi#24 - getkin/kin-openapi#25 I'll swing back and provide an example as I have time later....
Nice idea! This *might* also be possible by parsing the refs in the file, which would mean supporting watching files across different directories instead of assuming all the files are...
I think you need to install a notifications daemon. I can also try to catch that error and prevent the crash in the future. On Wed, Sep 18, 2013 at...
I think it's notification-daemon or notify-osd. I seem to have nodify-osd installed. On Wed, Sep 18, 2013 at 9:45 AM, emcek [email protected] wrote: > I have startup-notification-0.12 installed from >...
Any luck getting this working? I'm not entirely sure what could be wrong. The Gentoo guys may know more about how to get notify-osd working properly.