Paul Mackay

Results 42 issues of Paul Mackay

It would be super helpful if the `key_transform` option could be applied generically across adapters (similar to how documented [here](https://github.com/rails-api/active_model_serializers/blob/v0.10.6/docs/general/key_transforms.md). Currently the JSON::API adapter has this but the AMS one...

I've just downloaded this library and tested the simple "new_order" example. I get this: ``` /Library/Ruby/Gems/1.8/gems/json-1.7.5/lib/json/common.rb:155:in `initialize': A JSON text must at least contain two octets! (JSON::ParserError) from /Library/Ruby/Gems/1.8/gems/json-1.7.5/lib/json/common.rb:155:in `new'...

REST APIs come in many flavours, some not always purely RESTful. It would be helpful if schemas for rom-http relations could support optional attributes. This is for a scenario where...

feature

I dont think there is support currently for parsing the `components` section of an OAS file. I'm particularly interested in the `schemas` part of that, and `securitySchemes`. Is being able...

I've been trying to get `eager_load_object_triples` to work and finding it returned nothing initially. However when I edited this: ``` else construct_query = "CONSTRUCT { ?o ?obj_pred ?obj_label } WHERE...

Is there any way to configure the order of sidebar folders? So to order by small to large, my preference would be: - Elements - Components but the current alphabetical...

feature request

Could the README include an example image of what the PDF looks like? Or a link to a sample online somewhere?

documentation

I've built a basic adapter for [Hydra](http://www.hydra-cg.com/) here: https://github.com/pmackay/oat_hydra Any feedback much appreciated. Also is it best to keep this as a separate gem and release it, or integrate into...

The TRB 2.0 [file layout](https://github.com/trailblazer/trailblazer#concepts-over-technology) suggests a file for each cell view mode and the templates go in `/view`. The current generator creates a `cell.rb` and a `/views` directory. Should...

The README suggests to construct a Validator and then call `validator.validate`. This is not necessary as `validate` is called in `initialize`. This results in double the number of recorded issues....

f:question
fn:Documentation
fn:validation