Ward van Teijlingen
Ward van Teijlingen
+1, I need to set the `sendfile` directive to `off`.
Sorry for my silence on this issue. It's great to see you guys continue this project. I've added a link to the fork in the readme. I hope you will...
Does `Query(resourceType: Entry.self, resourceCollection: self.timesheet.entries)` work for you? The query is then initialised with the `related` link from the JSON:API response. This should point to the entries of that timesheet...
I think this is currently not possible in Spine. What you can do is POST it to `/v1/energy_assessments`. If you assign a user to the `user` property, Spine should include...
Thanks for reporting this @ameli90! These definitely need to be fixed. Unfortunately I don't have much time to work on Spine now (hence also this late response). I'll see what...
If I read the spec correctly, this won't work. The problem is that when you do a PATCH request, the entire relationship is replaced. So if you'd want to add...
Ah yes, for to-one relationships we could make this more efficient. > Currently, the attribute PATCH request currently includes the relationships, so it overwrites any changes from the individual requests...
Do you use an `NSNumber` variable and a `BooleanAttribute`? That should work.
Currently this is not possible. This problem existed for filtering as well, which we fixed. We should do the same thing for sorting. From the top of my head the...
👍 We should have an option to do this.