Feroze Shahpurwala

Results 34 comments of Feroze Shahpurwala

Please post a workaround if found. I need to dynamically change the ticks and seem to be limited because of this bug

@filipenevola my app works offline in cordova and I do not register service worker. Cordova apps, all the app code is already local to the device... works offline by default

@filipenevola ah i see, thank you for sharing your code, it is very likely I will find it useful in the future

I noticed the same issue. I am using the same pattern for my "load more content" button. But when I add ground:db without grounding any collections it breaks the load...

So is really all you have to do to turn your normal online meteor app into an offline one is add this package, along with appcache, and then ground your...

@raix Any update on the iron router (intelligent subs) update? I am currently using subscribes in iron routes waitOn's and using the template subscriptions. I was using groundDB but removed...

@mizzao I stumbled across this when considering implementing meteorhacks:cluster. It seems like some of the API will not work when using multiple servers but for me it seems like online,...

ahh i see the issue now.

@mizzao what about one server running an instance on each core using meteorhacks:cluster? Since it's just one server upon restart clearing everything is ok. But I guess the issue comes...

I am having this same issue. I am trying to do: ``` input(type='text', name='birthday', placeholder='birthday', value='#{dateFormatter currentUser.profile.birthday}') ``` Where date Formatter is a global helper. For testing I defined it...