Adam Bedford

Results 30 issues of Adam Bedford

### Which SDK version are you using? `0.10.0.0` ### What's the issue? I'm using field expansion to eager load some nested resources. `e.g. account.campaigns(fields: "name,adsets{name},ads{name,creative{image_url}}")` However, when I access those...

### Which SDK version are you using? 0.10.0.0 ### What's the issue? I'm trying to get conversion data from the insights endpoint but no conversion data is ever returned, despite...

I see that #52 gives an example of adding server errors to the changeset so they are visible to the user but this strikes me as somewhat verbose, especially if...

extensibility

I'd love to use this library in conjunction with the latest version of JSONAPI::Resources. There are a number of breaking changes from what I can see, particularly with the removal...

enhancement
question

I'm overriding the `index` action on one of my API endpoints to support searching with Elasticsearch and I need to also paginate with ES but I'm running into an issue....

I'm trying to use JSONAPI Utils for a non-RESTful endpoint `users/invite` and would like to be able to use the `resource_params` and `relationship_params` helpers, however they're both returning `{}` because...

I'm seeing a situation where signing out does not trigger a full page refresh. Has anyone else experienced this? I'm on Ember 3.16. Wondering if this is even browser-related because...

Polymorphic relationships in Ember require either inheritance from a common parent or a mixin (with the name of the polymorphic relationship) to be applied. I'm trying to get the mixin...

I've built a column selector where users can choose which columns to see and the config is persisted to the DB, which works perfectly in development, however when deployed to...

I'm seeing an inline style `cursor: pointer;` added to input elements (along with `touch-action: manipulation; -ms-touch-action: manipulation;`), which isn't desirable as it breaks convention for fields that accept user input....