meteor-auto-nprogress icon indicating copy to clipboard operation
meteor-auto-nprogress copied to clipboard

[NOT UNDER ACTIVE DEVELOPMENT] Install once, never worry about progress bars again - a Meteor package that automatically shows a NProgress.js bar during DDP data exchange.

Results 3 meteor-auto-nprogress issues
Sort by recently updated
recently updated
newest added

This package is helpful but it seems to break hot code push on Cordova apps. By process of elimination we found when removing this package, hot code pushes started working...

After I've added `meteor-auto-nprogress`, my publish() methods were failing. The checking mechanisms of `audit-argument-checks` complained that not all input parameters had been checked. Once I remove the package, the app...

Hi, it breaks this default helper functionality, at least in my setup. Helpers inside this are never called. When I remove package everything works as expected. With my own helper...