Roman Hotsiy

Results 185 comments of Roman Hotsiy

@jgabriels wow! this looks amazing Thanks so much for this! I will review this ASAP!

> Automatic code samples generation is out of scope of ReDoc unfortuanatelly True. But it is not of scope for this project! @jgabriels I still want to pull this code...

Hey @DataTigerGitHub, There is no feature to automatically generate code samples right now. `Adding code samples to spec` steps adds samples from `spec/code_samples` folder in your repo. Just add them...

IF you use generator-openapi-repo then you just have to put your snippets into correct folders: `//.` where `` is the method path. To bundle your snippets into single spec just...

I've spent some time trying to fix it and faced a few issues I'm not sure what to do about. Here are my findings: The current implementation of `dereference$Ref` can...

> so that the argument can be avoided? Yes. > What possible configurations are there? Defining a list of files I was thinking about the folder to match Worflows. But...

> It could also be a list of folders. It's a little confusing why it's called `files` then. Or I overcomplicate? > Also, are they with or without trailing slashes?...

@adamaltman good catch. I think I've missed it 😄

@tatomyr we can fix it easily by passing `multipleOfPrecision: 6` to AJV options. https://github.com/ajv-validator/ajv/commit/5f2cc30449d81a7d10148567f3f1ed038b00718e

Hi @alexcosta97 @denver-HJS , > It seems the error stems from the linting trying to evaluate each schema separately instead of creating a schema including all the properties of the...