epf icon indicating copy to clipboard operation
epf copied to clipboard

A framework for keeping your Ember.js apps in sync.

Results 32 epf issues
Sort by recently updated
recently updated
newest added

There has been no commits in nine months already. Is the project dead?

Basically a duplicate issue / feature request of emberjs/data#235 - is there a way to clear the loaded models of epf? Or of a `session`? The closest I can find...

enhancement
question

Are there any plans to handle an offline mode or network failure?

Hi, When deleting a parent model instance, the children (hasMany) are updated. When flushing the session, epf does a PUT for each child because they are dirty. Actually, the server...

i know there are a [couple](https://github.com/kiwiupover/epf_example) of [example](https://github.com/opsb/ember-cli-epf-todos) implementations using epf but i'd still really like to see some api documentation. i'm quite familiar with ember and it's architecture so...

I'm switching to epf from ember-data and I've got a [demo working with ember-cli](https://github.com/opsb/ember-cli-epf-todos). Problem is I've only figured out how to get it working with embedded associations. Currently my...

I've been having loads of issues with Ember Data (even after the 1.0 betas). I'm admittedly an Ember noob so it has to be said most likely a big chunk...

It looks like [`ember-cli` calls `DS._setupContainer` to setup tests](https://github.com/rpflorence/ember-qunit/blob/master/lib/module-for-model.js#L4-29). Is there a recommended way to do this with EPF yet?

After echoing back the "client_id" that was provided by EPF for the parent document, I discovered a non-deterministic error that occurs on updates. (Haven't been able to replicate it for...

I just got an error that seems pretty weird to me. ``` Uncaught Error: Assertion Failed: Must be attached to a session. deps.js:23517 Ember.assert deps.js:23517 require.define.Ep.LazyModel.Ep.ModelPromise.extend.load deps.js:74141 ``` Not really...