Roman Blanco

Results 55 comments of Roman Blanco

FYI: @lpichler https://github.com/ManageIQ/manageiq-ui-classic/issues/1134

@mscdit See https://github.com/rswag/rswag/issues/545#issuecomment-1256783108. @jtannas Can be closed together with #545.

@debow77 it is in the [2.6.0](https://github.com/rswag/rswag/compare/2.5.1...2.6.0) release.

@jmoreno-kueski I've noticed that you have `run_test!` call in between the `example` calls that is not in the example in [README](https://github.com/rswag/rswag#response-examples). ```ruby describe 'Blogs API' do path '/blogs/{blog_id}' do get...

This seems to be duplicate of https://github.com/rswag/rswag/issues/548. @jmoreno-kueski Looks like using the `example` method is causing issues. Using the legacy `examples` *(plural)* method could temporarily solve your problems until this...

@jmoreno-kueski I see, the legacy method only allows single example, see https://github.com/rswag/rswag/blame/7e0289005218002c39e66a464a9ce82525877226/CHANGELOG.md#L8

@jmoreno-kueski The new `example` method has been released in version 2.6.0. I was able to reproduce the issue when using Rswag 2.5.1. ``` Generating Swagger docs ... Swagger doc generated...

> Although so that you know, you can also rename a folder by double clicking on it which is easier than clicking the "..." button and then "Rename Folder." Ha,...

I'm looking for the same answer. My intention is to export result of `SELECT trace FROM information_schema.optimizer_trace;` into a `result.json` file to investigate it further. At the moment, I'm using...

Adding a parameter to exclude headers here might solve this: https://github.com/dbcli/mycli/blob/51df80d25d7e7bd098bcda198b00e7e6fed7f706/mycli/sqlexecute.py#L272