Pedro Rio
Pedro Rio
@fsmanuel Thanks for pitching in, I wasn't able to solve my problem with just that, but you led in a direction that seems to have solved the issue for now:...
Thanks for helping!
Hi @ofbriggs thanks for pitching in! Doing what @fsmanuel suggested did indeed got me past the the wrong endpoint query. But when the backend returned a JSONAPI response with type:...
I might have made a mistake somewhere else which leads to this situation. But I'm not sure where to find. Thanks for helping out, if you need anything else, do...
Sure, this is the result of asking /get/gases ``` json { "data": [ { "type": "gases", "id": "2", "attributes": { "symbol": "Comboda", "composition": "Compo" }, "relationships": { "code": { "links":...
In case anyone get's here, I had a situation where I was using a "maxDate" to be equal to "today" in ember-pikaday and when the user selected that day it...
Is there a way to use the query beans without the Play-ebean support? (I see the open pull request, but until it's merged)
I think I'm being bit by this as well. The relationship has a value but when ember-model-validator tries to get `${property}.content` that comes out empty. Were you able to find...