Lucas Hosseini

Results 151 comments of Lucas Hosseini

I'm curious what your use-case is (beside saving a few bytes on the response, which if relevant means you're better off adding compression, leveraging HTTP caching, or ditching JSON altogether...

@kassi Your input is ill-formed. Your `posts` should be an object containing a `data` member that is an array, rather than being an array containing objects with a `data` member:...

Hi @buren – sorry for the super-long delay. I really like the idea, although the API would have to be a bit different as the spec does not, AFAIK, forbid...

Hi @mklocek. jsonapi-datastore was intended as a client-side library. Hence, creating payloads with an `included` property was not in the requirements, as (AFAIK) only a server would have to generate...

Hi @theirishpenguin, thanks for the feedback – I've been fairly busy lately. If you find some time, would you mind issuing a PR to fix the situation?

Hi @marcogrueter – thanks for the PR. As mentioned somewhere else, I do not have time to commit to maintaining this project in the foreseeable future (adding new features or...

Hi @amwmedia, thanks for your work (again ;)). A few remarks I'd like to hear your thoughts about: 1. Could you add some tests to ensure that resource-level and relationship-level...

Hi there! Sorry I took so long (again) to get back. So, after giving it a thought, I definitely agree that `_links` is more consistent than `links`. The only thing...