Mark Hartmann

Results 5 comments of Mark Hartmann

Just a quick thought; a small check for `idx.IsIndex()` in the methods themselves should solve at least the non-index-column problem, if it is a problem at all. ```go if idx,...

Hi, first of all I would like to apologize for the long time it took me to reply. The idea of treating boolean columns as indexes sounds right to me,...

So I've been [playing around a bit](https://github.com/mark-hartmann/jsonapi/tree/marshal-links), and at least made some progress on the link issue. The marshaled content produced by my modifications is tested against the [JSON:API schema](https://jsonapi.org/faq/#is-there-a-json-schema-describing-json-api),...

Uncomplicated and flexible, I like it. Definitely better than any of my attempts, since I tried to include some kind of enforcement/validation, but that would be up to the end-users...

Hi @mfcochauxlaberge, any news regarding the links and the number/size issue? By the way, after playing with this package for a while, I stumbled upon some more things where I...