-
Ember-Leaflet-Tile-Cache is an addon that forces TileLayer class to store tiles in IndexedDB for offline use. They work for the regular Ember-Leaflet TileLayer tiles, but not for the Ember-Leaflet-Car…
-
Hello,
I'm reading everything about FortuneJS, but I'm not shure if it's possible to run fortune js as client in web browser.
-
Got this request from a user, but I have no idea how to implement it.
> I'm currently building a node-webkit application using Ember and Ember-Pouch. It works great to retrieve my model and to add da…
-
Just a random idea I might be pursuing in the next days.
I've been working in a feature that requires me to pass though a few forms back and forward, and when I change a single line of CSS live-relo…
-
**Expected behavior:**
When a user is online records should be synced to the user's browser for offline use.
**Actual behavior:**
Records are not synced for offline use.
**Steps to reproduce:**
1. Mak…
-
A frequently brought up issue (#2068, #1678, 7f752ad15e, to name a few) is the fact that `JSONSerializer#serializeHasMany` does not serialize `manyToOne` (i.e., bidirectional) hasMany relationships. I…
-
Not sure how much you care about this, but there's a really tricky bug caused by this module if you try to use Ember.js and IndexedDB in the same application. In short, Ember.js does some modification…
-
I just gave a try to 2.2.0. With WebSQL, its working great. But with IndexedDb (Chrome and FF), if i insert a document and `query()` it, i receive this error:
Uncaught DataCloneError: Failed to ex…
-
I tried to express it as a broken test but I could not find out a simple way to write a test that integrates the db... sorry. So I wrote an app that has a simple interface to create two related models…
-
instead of local storage you should used indexedDB (and WebSQL for older browsers) better size limits and faster