Alex Oliveira

Results 86 comments of Alex Oliveira

@bryan5989 @Stalinko @dougbergh AFAIK this won't be supported due to [this](https://github.com/OAI/OpenAPI-Specification/issues/622#issuecomment-545562585): > Quite simply, making path parameters optional _changes the path semantics_ and can make resolution of the operation non-deterministic....

I get the same issue in 2 distinct projects, only when running from RSpec. Whenever I output something that is longer the screen (e.g you do `ap object.method` and you...

@tmferretti he's asking for a sample repository he can clone and replicate the bug locally. In other words, he's asking if you could create a quick project and have it...

I think only `./.ignore` is being used. `~/.ignore` is not being used at all. I'm having to resort to `alias ag='ag --path-to-ignore ~/.ignore'` for it to work.

Not exactly, @bf4. For instance, we return an attribute called `properties` which is a hash and contains freeform as well (e.g could be credit card or bank account, so attributes...

I agree with `api is all over the place`. We're on the same page on that. Adding such a basic a feature is an opportunity to step into code and...

@hoahm your approach changes the transformation of **all** keys. Here, I'm interested in 1 key being transformed differently from other keys.

@bf4 with https://github.com/rails-api/active_model_serializers/pull/2026 merged, what else do you think is needed to have a per-key transformation instead of whole document? I know we plan to have AMS being more abstract,...