meteor-offline-data icon indicating copy to clipboard operation
meteor-offline-data copied to clipboard

Meteor offline data project.

Results 18 meteor-offline-data issues
Sort by recently updated
recently updated
newest added

as neither iOS nor android support shared workers in the latest version of their browsers (http://caniuse.com/sharedworkers), it would be nice to fallback to dedicated workers instead, as these are supported...

This is my first post on Github, so let me know when i'm doing things wrong. I created an native desktop application using node-webkit, that lets you write desktop apps...

`.coffee.md` is a valid literal coffeescript extension. By renaming the files they would be nicely formatted on github. See: https://github.com/jashkenas/coffee-script/pull/2738 Commit: https://github.com/mintplant/coffee-script/commit/1a8354482a0a07e99a8c4841b7bb486be1fecf96 Cheers

After the user makes an update on the client, this could provide feedback "saving"... "saved". Perhaps something like - zero outstanding methods: "saved" - outstanding methods and online: "saving" -...

enhancement

IE and Firefox don't support Web SQL Database; adding IndexedDB support would allow these browsers to use data offline as well.

enhancement

When a method completes, it is removed from the queuedMethods and methodsHoldingUpSubscriptions tables. However, if an old record is left over in methodsHoldingUpSubscriptions from running tests or a crash, it...

bug

Because the offline agent makes its own connection to the Meteor server, it would be useful if the client could check the agent's connection status (analogous to `Meteor.status()`) and reconnect...

enhancement

Here's a fairly odd corner case: when the client makes a subscription, the server sends the documents that are currently in the subscription set, followed by subscription ready. Once the...

speculative

Relay the connection status of a connection made from the agent back to the client window, implementing `Offline.status()` and `offlineConnection.status()`.

enhancement