Thomas Millward Wright

Results 3 issues of Thomas Millward Wright

As of yesterday `mtg` was working for me, but this morning I get "No results found" for every query I can think of. I'm running Python 3.6.4 on Arch Linux

Adds the possibility of adding an encoding config item if you know your `schema.rb` or `structure.sql` file contains non ASCII characters, as in the case of the project I'm working...

The resource parser currently `ensure!`s that `data` is the only top level key: https://github.com/jsonapi-rb/jsonapi-parser/blob/1ab3d3561f9f82a6f859cab8094fb5e4fa413255/lib/jsonapi/parser/resource.rb#L14 but the spec does not require this. There also appears to be a bunch of discussion...