Hugh Francis

Results 85 comments of Hugh Francis

@IsaiahJTurner - I don't currently know a way to do it - but supporting JSONAPI is a priority. I'm actually going to be tackling this in an app I'm working...

@seanrucker no sir - it's on my list but keeps getting pushed off!

sweet yeah - I've been seeing two different pagination styles in JSONAPI - one via like a `next` / `previous` URL in the payload - and the other via `page[size]`...

@superjova - the best solution is to do it via a `meta` hash in the base of the response - aka the regular non-JSONAPI way. I'd love to support this...

@angusfretwell - I've been working on this - I'm planning to release it as an ember-admin plugin in a few weeks. Will comment here when it's up!

Sorry @hbrysiewicz - I abandoned this. Was working with firebase and that made everything an extra level of annoying, so I switched all my admin stuff to rails.

Just hit this too! Let me know if there's anything I can do to help @samiskin !

@arieldf it's not possible I believe (without hacky rehydration stuff), as this project uses IPC to keep everything in sync. IPC can't transmit non-primitives.

heck ya! that would work!