Matt

Results 61 comments of Matt

@MaicolBen would the core team approve of this as an added feature to the gem? This would basically allow developers to choose between 2 different implementation styles: 1. `change_headers_on_each_request =...

@rodrigovcortezi I can see what you're referring to. Looking again at the code it seems, as you said, that the `passwords#update` action should only be used for password reset, hence...

@TikiTDO thanks for this fix! We just encountered this same issue. Hopefully @anilmaurya can merge this soon 👍

As far as I know `$id` is a keyword, not "id". Is there a document you saw that specifies "id" is also a keyword? I checked the official spec and...

Thank you @kmalski, that explains the confusion! So it looks to me like this should probably be fixed, but I'm unsure what the correct fix would be in this case....

I guess the issue is that `ValidatorTypeCode` applies to all versions then. A sensible solution might be to separate this out into version-specific enums. Since the `JsonSchemaFactory` knows which spec...

I've encountered this issue while using https://github.com/DataDog/agent-github-action in our CI. The Action "gracefully" terminates the container running the agent, but the latter does not flush the metrics I sent to...

```ruby # config/initializers/her.rb Her::Model.class_eval do def as_json(options = nil) attributes.as_json(options) end end ``` ```ruby # controllers - no change here in theory affiliate = Affiliate.find(9991104) render json: affiliate ```

@edtjones just came back to Her after using it a few years ago and noticed PRs and Issues are still piling up, in particular around JSON::API support which is increasingly...

Thanks for getting back to me @edtjones and no worries, I completely understand! Priorities come and go and so do maintainers once libraries are not part of their everyday work....