Andreas Haller
Andreas Haller
The `readOnly` and `writeOnly` keywords (see [specification (Draft 7)](https://tools.ietf.org/html/draft-handrews-json-schema-validation-01#section-10.3)) make validation behave differently in the context of a write or read operation. Unfortunately this does not seem to be covered...
The unit tests added in https://github.com/DSSWG/DSS/pull/66 are failing.
I was trying out the [helpers](https://github.com/hanami/api#helpers) method until I found out that the code ([PR](https://github.com/hanami/api/pull/26)) is not released on rubygems, yet. The current [version available on rubygems](https://rubygems.org/gems/hanami-api) is version 0.2.0...
## Scenario There seems to be a problem when adding a middleware inside a `scope` block with interpolation. Here is an example: ```ruby scope 'i' do scope ':tenant_id' do use...
This is re-opening https://github.com/Netflix/fast_jsonapi/issues/252, because AFAIK fast_jsonapi does not support this in the current version. In our scenario it is a bit costly to fetch the ids of related resources....
According to [the spec](https://www.rfc-editor.org/rfc/rfc9110.html#name-405-method-not-allowed) "The origin server MUST generate an [Allow](https://www.rfc-editor.org/rfc/rfc9110.html#field.allow) header field in a 405 response containing a list of the target resource's currently supported methods." Currently the 405...
Your fork is supercool. I have a feature request: Order local and remote branches by time of the last commit, showing recently updated branches at the top of the list....
Hi. This adds https://github.com/ahx/openapi_first. I am planning on adding converters (DateTime etc) and maybe test integration, but currently this thing does what is described here. Thanks for maintaining this list.
Unexpected default behavior for browsers that don't support required input fields / form validation
rails.js adds a behavior to forms so that these don't get submitted if there is a blank required input field. This results in unexpected behavior for browsers that don't support...
I noticed a significant performance increase when not using `Inflector#decode_type` (no matter if I use dry-inflector (https://github.com/peek-travel/lurch/pull/36) or Inflecto) In other words: Using the inflector seems to come with a...