settinghead / meteor-auto-nprogress

[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.
MIT License
27 stars 5 forks source link

Incompatible with audit-argument-checks? #6

Open derwaldgeist opened 9 years ago

derwaldgeist commented 9 years ago

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 is working again.

Does this package add some magic additional parameters to each server method?

pmuens commented 8 years ago

:+1: Same here!