Vaidas Unchained

Results 7 issues of Vaidas Unchained

When I try to use offline-firebase with EmberFire, I get these errors (and nothing gets saved to firebase): ![pasted image at 2014_10_07 05_38 pm](https://cloud.githubusercontent.com/assets/3421858/4590961/1ca04c5a-5066-11e4-853d-146619ae22e3.png) `adapters/application.js` ``` export default DS.FirebaseAdapter.extend({ firebase:...

So fetching data from firebase works perfectly (with this.emberSync.find('user', '9nj32')), but trying to save to firebase (via EmberFire) doesn't work and the worst part it doesn't throw any errors. For...

I am using localForage ember adapter, EmberFire, ember-sync. This is a continuation from #22 Also, http://stackoverflow.com/questions/26289012/embersync-find-works-but-embersync-save-doesnt-why

Right now, if I try to tail the logs I get this: ``` ~/D/j/s/t/f/g/ner   master ±  env SLS_DEBUG=true sls logs -f ner -t Serverless: Displaying the 10...

enhancement

I am not chinese so I really need disqus :)

Did the necessary changes to get it to work in 1.0 Alpha. There are things that are still missing: - [ ] get serverless-optimizer-plugin to work so babel could save...

So this could be possible: ``` player.overlay({ content: 'Video has been paused', debug: false, overlays: [{ content: `${title.substr(0, 60)}...`, showBackground: false, class: 'video-overlay', start: 'loadstart || pause', end: 'playing ||...