Angel Grablev

Results 11 comments of Angel Grablev

So I have the following in my editorconfig: ``` [*.{diff,md,less,js}] trim_trailing_whitespace = false quote_type = double ``` However when I save the files it does trim :( but if I...

There can definitely be some optimization for IE9! Thanks for the detailed report.

Super cool! I will review it and potentially build it in as an option. It has been on my roadmap. Thanks for the mention. ᐧ On Tue, May 27, 2014...

I would suggest adding a middleman service that can record all the different calls the user is trying to make onto an array... so it would be something like {resource_url:"http://xxx.com/add/user",data:{xxx:'aaa'}}....

As far as the localStorage watching we can use something like: http://stackoverflow.com/questions/4679023/bug-with-chromes-localstorage-implementation/4679754#4679754 or http://typeofnan.blogspot.com/2010/09/localstorage-inter-window-communication.html the specification for this feature can be found here http://dev.w3.org/html5/webstorage/#localStorageEvent I think the only down side...

I think this may go beyond the functionality of this module and here is my reasoning: User goes offline and does some editing, while he is offline his colleagues from...

I have a proposed api. If a timestamp is required then you can use this type of code: ``` // loadNext function of Collection class Firebase.firestore .collection("SOME_COLLECTION") .where("timestamp", "

> > Then yeah, that's what you'll need to set up - master in that repo needs to represent the before, and the current branch as the merged master >...