Nino

Results 61 comments of Nino

Hmm, it might be that I misunderstood your question. Can you provide some code so we can talk about a specific implementation? Would make it easier :)

Well it's true that this approach contains a duplicate field, but then again the field should behave differently in two different use cases. Since for us, it's not feasible. to...

maybe it's time to build this ourselves :-) unless you have a PR ready

I think if your only concern is cancelling, it might just be enough to adapt the middleware calling loop to check the context if it has been cancelled, and check...

Oh that is not supposed to happen. Thanks for reporting! Instead of implicitly assuming that zero should be the defaultSize, I'd rather handle invalid cases with a bad request. If...

Depends on the reason of why do you want to omit the page size. I've been trying to wrap my head around the idea but it kinda always results in...

This feature seems to be planned for 1.1 http://discuss.jsonapi.org/t/json-api-weekly-meeting-june-22nd-2015/23 but we only support 1.0 at the moment..

unfortunately not, you should watch this issue https://github.com/json-api/json-api/issues/1089

exactly ^^" we are basically testing/merging PRs but not much more...

Sure that would be awesome! Thanks for the help :-) For me personally it would be nice though, if something like easyjson would be added as an optional feature, because...